#12407C

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

Shades of Dark Cerulean #12407C

Tints of Dark Cerulean #12407C

Color information

#12407C (or 0x12407C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 40 and 7C. RGB value is (18,64,124). Sum of RGB (Red+Green+Blue) = 18+64+124=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #12407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12407C is #EDBF83. Grayscale: #383838. Windows color (decimal): -15581060 or 8142866. OLE color: 8142866.

HSL color Cylindrical-coordinate representation of color #12407C: hue angle of 213.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12407C is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1864124-
CMYK0.850.4800.51
HSL213.96º74.65%27.84%-
HSV(B)213.96º85.48%48.63%-
XYZ5.725.2519.78-
YUV57.09165.76100.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=8.74%
G=31.07%
B=60.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18641240.850.4800.51213.9674.6527.84
Hex12407C5530033d64b1c
Octal221001741256006332611334
Binary10010100000011111001010101110000011001111010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,64,124); }

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

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

 a { background-color: rgb(18,64,124); }

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

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

 span { border-color: rgb(18,64,124); }

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