Shades of Dark Cerulean #124279
Tints of Dark Cerulean #124279
RGB
CMYK
RGB Variations
Color information
#124279 (or 0x124279) is known color: Dark Cerulean. HEX triplet: 12, 42 and 79. RGB value is (18,66,121). Sum of RGB (Red+Green+Blue) = 18+66+121=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #124279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124279 is #EDBD86. Grayscale: #393939. Windows color (decimal): -15580551 or 7946770. OLE color: 7946770.
HSL color Cylindrical-coordinate representation of color #124279: hue angle of 212.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124279 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 66 | 121 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.53 |
| HSL | 212.04º | 0.74% | 0.27% | - |
| HSV(B) | 212.04º | 0.85% | 0.47% | - |
| XYZ | 5.65 | 5.41 | 18.83 | - |
| YUV | 57.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 121 | 0.85 | 0.45 | 0 | 0.53 | 212.04 | 0.74 | 0.27 |
| Hex | 12 | 42 | 79 | 55 | 2D | 0 | 35 | D4 | 4A | 1B |
| Octal | 22 | 102 | 171 | 125 | 55 | 0 | 65 | 324 | 112 | 33 |
| Binary | 10010 | 1000010 | 1111001 | 1010101 | 101101 | 0 | 110101 | 11010100 | 1001010 | 11011 |
Color Harmonies of #124279
Complementary color
Monochromatic Colors of #124279
Black with #124279
Text Example
Text Example
White with #124279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124279; }
p { color: rgb(18,66,121); }
H1.HeaderClassName
{
color: #124279;
}
.AnyTagClassName
{
color: #124279;
}
</style>
background-color css
<style>
a { background-color: #124279; }
a { background-color: rgb(18,66,121); }
div.DivClassName
{
background-color: #124279;
}
.BgClassName
{
background-color: #124279;
}
</style>
border-color css
<style>
span { border-color: #124279; }
span { border-color: rgb(18,66,121); }
td.TdClassName
{
border-color: #124279;
}
.TagClassName
{
border-color: #124279;
}
</style>