Shades of Dark Cerulean #12487D
Tints of Dark Cerulean #12487D
RGB
CMYK
RGB Variations
Color information
#12487D (or 0x12487D) is known color: Dark Cerulean. HEX triplet: 12, 48 and 7D. RGB value is (18,72,125). Sum of RGB (Red+Green+Blue) = 18+72+125=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #12487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12487D is #EDB782. Grayscale: #3D3D3D. Windows color (decimal): -15579011 or 8210450. OLE color: 8210450.
HSL color Cylindrical-coordinate representation of color #12487D: hue angle of 209.72º 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 #12487D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 72 | 125 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.51 |
| HSL | 209.72º | 0.75% | 0.28% | - |
| HSV(B) | 209.72º | 0.86% | 0.49% | - |
| XYZ | 6.27 | 6.24 | 20.28 | - |
| YUV | 61.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 125 | 0.86 | 0.42 | 0 | 0.51 | 209.72 | 0.75 | 0.28 |
| Hex | 12 | 48 | 7D | 56 | 2A | 0 | 33 | D2 | 4B | 1C |
| Octal | 22 | 110 | 175 | 126 | 52 | 0 | 63 | 322 | 113 | 34 |
| Binary | 10010 | 1001000 | 1111101 | 1010110 | 101010 | 0 | 110011 | 11010010 | 1001011 | 11100 |
Color Harmonies of #12487D
Complementary color
Monochromatic Colors of #12487D
Black with #12487D
Text Example
Text Example
White with #12487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12487D; }
p { color: rgb(18,72,125); }
H1.HeaderClassName
{
color: #12487D;
}
.AnyTagClassName
{
color: #12487D;
}
</style>
background-color css
<style>
a { background-color: #12487D; }
a { background-color: rgb(18,72,125); }
div.DivClassName
{
background-color: #12487D;
}
.BgClassName
{
background-color: #12487D;
}
</style>
border-color css
<style>
span { border-color: #12487D; }
span { border-color: rgb(18,72,125); }
td.TdClassName
{
border-color: #12487D;
}
.TagClassName
{
border-color: #12487D;
}
</style>