#18039C

Color #18039C Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #18039C

Tints of Ultramarine #18039C

Color information

#18039C (or 0x18039C) is unknown color: approx Ultramarine. HEX triplet: 18, 03 and 9C. RGB value is (24,3,156). Sum of RGB (Red+Green+Blue) = 24+3+156=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 156 (61.33% from 255 or 85.25% from 183); Max value from RGB is 156 - color contains mainly: blue. Hex color #18039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18039C is #E7FC63. Grayscale: #1A1A1A. Windows color (decimal): -15203428 or 10224408. OLE color: 10224408.

HSL color Cylindrical-coordinate representation of color #18039C: hue angle of 248.24º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18039C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB243156-
CMYK0.850.9800.39
HSL248.24º96.23%31.18%-
HSV(B)248.24º98.08%61.18%-
XYZ6.412.6631.63-
YUV26.72200.96126.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 156 (61.33% from 255) = 85.25%
R=13.11%
G=1.64%
B=85.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2431560.850.9800.39248.2496.2331.18
Hex1839C5562027f8601f
Octal30323412514204737014037
Binary11000111001110010101011100010010011111111000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18039C; }

 p { color: rgb(24,3,156); }

 H1.HeaderClassName
 {
   color: #18039C;
 }
 .AnyTagClassName
 {
   color: #18039C;
 }
</style>
background-color css

<style>
 a { background-color: #18039C; }

 a { background-color: rgb(24,3,156); }

 div.DivClassName
 {
   background-color: #18039C;
 }
 .BgClassName
 {
   background-color: #18039C;
 }
</style>
border-color css

<style>
 span { border-color: #18039C; }

 span { border-color: rgb(24,3,156); }

 td.TdClassName
 {
   border-color: #18039C;
 }
 .TagClassName
 {
   border-color: #18039C;
 }
</style>