Shades of Dark Cerulean #124870
Tints of Dark Cerulean #124870
RGB
CMYK
RGB Variations
Color information
#124870 (or 0x124870) is known color: Dark Cerulean. HEX triplet: 12, 48 and 70. RGB value is (18,72,112). Sum of RGB (Red+Green+Blue) = 18+72+112=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #124870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124870 is #EDB78F. Grayscale: #3C3C3C. Windows color (decimal): -15579024 or 7358482. OLE color: 7358482.
HSL color Cylindrical-coordinate representation of color #124870: hue angle of 205.53º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124870 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 72 | 112 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.56 |
| HSL | 205.53º | 0.72% | 0.25% | - |
| HSV(B) | 205.53º | 0.84% | 0.44% | - |
| XYZ | 5.49 | 5.93 | 16.19 | - |
| YUV | 60.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 112 | 0.84 | 0.36 | 0 | 0.56 | 205.53 | 0.72 | 0.25 |
| Hex | 12 | 48 | 70 | 54 | 24 | 0 | 38 | CE | 48 | 19 |
| Octal | 22 | 110 | 160 | 124 | 44 | 0 | 70 | 316 | 110 | 31 |
| Binary | 10010 | 1001000 | 1110000 | 1010100 | 100100 | 0 | 111000 | 11001110 | 1001000 | 11001 |
Color Harmonies of #124870
Complementary color
Monochromatic Colors of #124870
Black with #124870
Text Example
Text Example
White with #124870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124870; }
p { color: rgb(18,72,112); }
H1.HeaderClassName
{
color: #124870;
}
.AnyTagClassName
{
color: #124870;
}
</style>
background-color css
<style>
a { background-color: #124870; }
a { background-color: rgb(18,72,112); }
div.DivClassName
{
background-color: #124870;
}
.BgClassName
{
background-color: #124870;
}
</style>
border-color css
<style>
span { border-color: #124870; }
span { border-color: rgb(18,72,112); }
td.TdClassName
{
border-color: #124870;
}
.TagClassName
{
border-color: #124870;
}
</style>