Shades of Dark Cerulean #124278
Tints of Dark Cerulean #124278
RGB
CMYK
RGB Variations
Color information
#124278 (or 0x124278) is known color: Dark Cerulean. HEX triplet: 12, 42 and 78. RGB value is (18,66,120). Sum of RGB (Red+Green+Blue) = 18+66+120=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #124278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124278 is #EDBD87. Grayscale: #393939. Windows color (decimal): -15580552 or 7881234. OLE color: 7881234.
HSL color Cylindrical-coordinate representation of color #124278: hue angle of 211.76º 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 #124278 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 66 | 120 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.53 |
| HSL | 211.76º | 0.74% | 0.27% | - |
| HSV(B) | 211.76º | 0.85% | 0.47% | - |
| XYZ | 5.59 | 5.38 | 18.51 | - |
| YUV | 57.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 120 | 0.85 | 0.45 | 0 | 0.53 | 211.76 | 0.74 | 0.27 |
| Hex | 12 | 42 | 78 | 55 | 2D | 0 | 35 | D4 | 4A | 1B |
| Octal | 22 | 102 | 170 | 125 | 55 | 0 | 65 | 324 | 112 | 33 |
| Binary | 10010 | 1000010 | 1111000 | 1010101 | 101101 | 0 | 110101 | 11010100 | 1001010 | 11011 |
Color Harmonies of #124278
Complementary color
Monochromatic Colors of #124278
Black with #124278
Text Example
Text Example
White with #124278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124278; }
p { color: rgb(18,66,120); }
H1.HeaderClassName
{
color: #124278;
}
.AnyTagClassName
{
color: #124278;
}
</style>
background-color css
<style>
a { background-color: #124278; }
a { background-color: rgb(18,66,120); }
div.DivClassName
{
background-color: #124278;
}
.BgClassName
{
background-color: #124278;
}
</style>
border-color css
<style>
span { border-color: #124278; }
span { border-color: rgb(18,66,120); }
td.TdClassName
{
border-color: #124278;
}
.TagClassName
{
border-color: #124278;
}
</style>