Shades of Dark Cerulean #12407C
Tints of Dark Cerulean #12407C
RGB
CMYK
RGB Variations
Color information
#12407C (or 0x12407C) is known color: 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
| RGB | 18 | 64 | 124 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.51 |
| HSL | 213.96º | 0.75% | 0.28% | - |
| HSV(B) | 213.96º | 0.85% | 0.49% | - |
| XYZ | 5.72 | 5.25 | 19.78 | - |
| YUV | 57.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 124 | 0.85 | 0.48 | 0 | 0.51 | 213.96 | 0.75 | 0.28 |
| Hex | 12 | 40 | 7C | 55 | 30 | 0 | 33 | D6 | 4B | 1C |
| Octal | 22 | 100 | 174 | 125 | 60 | 0 | 63 | 326 | 113 | 34 |
| Binary | 10010 | 1000000 | 1111100 | 1010101 | 110000 | 0 | 110011 | 11010110 | 1001011 | 11100 |
Color Harmonies of #12407C
Complementary color
Monochromatic Colors of #12407C
Black with #12407C
Text Example
Text Example
White with #12407C
Text Example
Text Example
HTML Codes & Css Web 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>