Shades of Dark Cerulean #124576
Tints of Dark Cerulean #124576
RGB
CMYK
RGB Variations
Color information
#124576 (or 0x124576) is known color: Dark Cerulean. HEX triplet: 12, 45 and 76. RGB value is (18,69,118). Sum of RGB (Red+Green+Blue) = 18+69+118=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #124576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124576 is #EDBA89. Grayscale: #3B3B3B. Windows color (decimal): -15579786 or 7750930. OLE color: 7750930.
HSL color Cylindrical-coordinate representation of color #124576: hue angle of 209.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124576 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 69 | 118 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.54 |
| HSL | 209.4º | 0.74% | 0.27% | - |
| HSV(B) | 209.4º | 0.85% | 0.46% | - |
| XYZ | 5.65 | 5.69 | 17.94 | - |
| YUV | 59.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 118 | 0.85 | 0.42 | 0 | 0.54 | 209.4 | 0.74 | 0.27 |
| Hex | 12 | 45 | 76 | 55 | 2A | 0 | 36 | D1 | 4A | 1B |
| Octal | 22 | 105 | 166 | 125 | 52 | 0 | 66 | 321 | 112 | 33 |
| Binary | 10010 | 1000101 | 1110110 | 1010101 | 101010 | 0 | 110110 | 11010001 | 1001010 | 11011 |
Color Harmonies of #124576
Complementary color
Monochromatic Colors of #124576
Black with #124576
Text Example
Text Example
White with #124576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124576; }
p { color: rgb(18,69,118); }
H1.HeaderClassName
{
color: #124576;
}
.AnyTagClassName
{
color: #124576;
}
</style>
background-color css
<style>
a { background-color: #124576; }
a { background-color: rgb(18,69,118); }
div.DivClassName
{
background-color: #124576;
}
.BgClassName
{
background-color: #124576;
}
</style>
border-color css
<style>
span { border-color: #124576; }
span { border-color: rgb(18,69,118); }
td.TdClassName
{
border-color: #124576;
}
.TagClassName
{
border-color: #124576;
}
</style>