Shades of Dark Cerulean #124972
Tints of Dark Cerulean #124972
RGB
CMYK
RGB Variations
Color information
#124972 (or 0x124972) is known color: Dark Cerulean. HEX triplet: 12, 49 and 72. RGB value is (18,73,114). Sum of RGB (Red+Green+Blue) = 18+73+114=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #124972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124972 is #EDB68D. Grayscale: #3D3D3D. Windows color (decimal): -15578766 or 7489810. OLE color: 7489810.
HSL color Cylindrical-coordinate representation of color #124972: hue angle of 205.62º 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 #124972 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 73 | 114 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.55 |
| HSL | 205.63º | 0.73% | 0.26% | - |
| HSV(B) | 205.63º | 0.84% | 0.45% | - |
| XYZ | 5.67 | 6.11 | 16.8 | - |
| YUV | 61.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 114 | 0.84 | 0.36 | 0 | 0.55 | 205.63 | 0.73 | 0.26 |
| Hex | 12 | 49 | 72 | 54 | 24 | 0 | 37 | CE | 49 | 1A |
| Octal | 22 | 111 | 162 | 124 | 44 | 0 | 67 | 316 | 111 | 32 |
| Binary | 10010 | 1001001 | 1110010 | 1010100 | 100100 | 0 | 110111 | 11001110 | 1001001 | 11010 |
Color Harmonies of #124972
Complementary color
Monochromatic Colors of #124972
Black with #124972
Text Example
Text Example
White with #124972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124972; }
p { color: rgb(18,73,114); }
H1.HeaderClassName
{
color: #124972;
}
.AnyTagClassName
{
color: #124972;
}
</style>
background-color css
<style>
a { background-color: #124972; }
a { background-color: rgb(18,73,114); }
div.DivClassName
{
background-color: #124972;
}
.BgClassName
{
background-color: #124972;
}
</style>
border-color css
<style>
span { border-color: #124972; }
span { border-color: rgb(18,73,114); }
td.TdClassName
{
border-color: #124972;
}
.TagClassName
{
border-color: #124972;
}
</style>