Shades of Dark Cerulean #12427B
Tints of Dark Cerulean #12427B
RGB
CMYK
RGB Variations
Color information
#12427B (or 0x12427B) is known color: Dark Cerulean. HEX triplet: 12, 42 and 7B. RGB value is (18,66,123). Sum of RGB (Red+Green+Blue) = 18+66+123=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #12427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12427B is #EDBD84. Grayscale: #393939. Windows color (decimal): -15580549 or 8077842. OLE color: 8077842.
HSL color Cylindrical-coordinate representation of color #12427B: hue angle of 212.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12427B is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 66 | 123 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.52 |
| HSL | 212.57º | 0.74% | 0.28% | - |
| HSV(B) | 212.57º | 0.85% | 0.48% | - |
| XYZ | 5.77 | 5.46 | 19.49 | - |
| YUV | 58.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 123 | 0.85 | 0.46 | 0 | 0.52 | 212.57 | 0.74 | 0.28 |
| Hex | 12 | 42 | 7B | 55 | 2E | 0 | 34 | D5 | 4A | 1C |
| Octal | 22 | 102 | 173 | 125 | 56 | 0 | 64 | 325 | 112 | 34 |
| Binary | 10010 | 1000010 | 1111011 | 1010101 | 101110 | 0 | 110100 | 11010101 | 1001010 | 11100 |
Color Harmonies of #12427B
Complementary color
Monochromatic Colors of #12427B
Black with #12427B
Text Example
Text Example
White with #12427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12427B; }
p { color: rgb(18,66,123); }
H1.HeaderClassName
{
color: #12427B;
}
.AnyTagClassName
{
color: #12427B;
}
</style>
background-color css
<style>
a { background-color: #12427B; }
a { background-color: rgb(18,66,123); }
div.DivClassName
{
background-color: #12427B;
}
.BgClassName
{
background-color: #12427B;
}
</style>
border-color css
<style>
span { border-color: #12427B; }
span { border-color: rgb(18,66,123); }
td.TdClassName
{
border-color: #12427B;
}
.TagClassName
{
border-color: #12427B;
}
</style>