Shades of Dark Cerulean #124E72
Tints of Dark Cerulean #124E72
RGB
CMYK
RGB Variations
Color information
#124E72 (or 0x124E72) is known color: Dark Cerulean. HEX triplet: 12, 4E and 72. RGB value is (18,78,114). Sum of RGB (Red+Green+Blue) = 18+78+114=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #124E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E72 is #EDB18D. Grayscale: #3F3F3F. Windows color (decimal): -15577486 or 7491090. OLE color: 7491090.
HSL color Cylindrical-coordinate representation of color #124E72: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124E72 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 78 | 114 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.55 |
| HSL | 202.5º | 0.73% | 0.26% | - |
| HSV(B) | 202.5º | 0.84% | 0.45% | - |
| XYZ | 6.01 | 6.79 | 16.91 | - |
| YUV | 64.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 114 | 0.84 | 0.32 | 0 | 0.55 | 202.5 | 0.73 | 0.26 |
| Hex | 12 | 4E | 72 | 54 | 20 | 0 | 37 | CA | 49 | 1A |
| Octal | 22 | 116 | 162 | 124 | 40 | 0 | 67 | 312 | 111 | 32 |
| Binary | 10010 | 1001110 | 1110010 | 1010100 | 100000 | 0 | 110111 | 11001010 | 1001001 | 11010 |
Color Harmonies of #124E72
Complementary color
Monochromatic Colors of #124E72
Black with #124E72
Text Example
Text Example
White with #124E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E72; }
p { color: rgb(18,78,114); }
H1.HeaderClassName
{
color: #124E72;
}
.AnyTagClassName
{
color: #124E72;
}
</style>
background-color css
<style>
a { background-color: #124E72; }
a { background-color: rgb(18,78,114); }
div.DivClassName
{
background-color: #124E72;
}
.BgClassName
{
background-color: #124E72;
}
</style>
border-color css
<style>
span { border-color: #124E72; }
span { border-color: rgb(18,78,114); }
td.TdClassName
{
border-color: #124E72;
}
.TagClassName
{
border-color: #124E72;
}
</style>