Shades of Dark Cerulean #12467D
Tints of Dark Cerulean #12467D
RGB
CMYK
RGB Variations
Color information
#12467D (or 0x12467D) is known color: Dark Cerulean. HEX triplet: 12, 46 and 7D. RGB value is (18,70,125). Sum of RGB (Red+Green+Blue) = 18+70+125=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #12467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12467D is #EDB982. Grayscale: #3C3C3C. Windows color (decimal): -15579523 or 8209938. OLE color: 8209938.
HSL color Cylindrical-coordinate representation of color #12467D: hue angle of 210.84º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12467D is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 70 | 125 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.51 |
| HSL | 210.84º | 0.75% | 0.28% | - |
| HSV(B) | 210.84º | 0.86% | 0.49% | - |
| XYZ | 6.14 | 5.99 | 20.23 | - |
| YUV | 60.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 125 | 0.86 | 0.44 | 0 | 0.51 | 210.84 | 0.75 | 0.28 |
| Hex | 12 | 46 | 7D | 56 | 2C | 0 | 33 | D3 | 4B | 1C |
| Octal | 22 | 106 | 175 | 126 | 54 | 0 | 63 | 323 | 113 | 34 |
| Binary | 10010 | 1000110 | 1111101 | 1010110 | 101100 | 0 | 110011 | 11010011 | 1001011 | 11100 |
Color Harmonies of #12467D
Complementary color
Monochromatic Colors of #12467D
Black with #12467D
Text Example
Text Example
White with #12467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12467D; }
p { color: rgb(18,70,125); }
H1.HeaderClassName
{
color: #12467D;
}
.AnyTagClassName
{
color: #12467D;
}
</style>
background-color css
<style>
a { background-color: #12467D; }
a { background-color: rgb(18,70,125); }
div.DivClassName
{
background-color: #12467D;
}
.BgClassName
{
background-color: #12467D;
}
</style>
border-color css
<style>
span { border-color: #12467D; }
span { border-color: rgb(18,70,125); }
td.TdClassName
{
border-color: #12467D;
}
.TagClassName
{
border-color: #12467D;
}
</style>