Shades of Dark Cerulean #124970
Tints of Dark Cerulean #124970
RGB
CMYK
RGB Variations
Color information
#124970 (or 0x124970) is known color: Dark Cerulean. HEX triplet: 12, 49 and 70. RGB value is (18,73,112). Sum of RGB (Red+Green+Blue) = 18+73+112=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #124970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124970 is #EDB68F. Grayscale: #3C3C3C. Windows color (decimal): -15578768 or 7358738. OLE color: 7358738.
HSL color Cylindrical-coordinate representation of color #124970: hue angle of 204.89º 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 #124970 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 73 | 112 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.56 |
| HSL | 204.89º | 0.72% | 0.25% | - |
| HSV(B) | 204.89º | 0.84% | 0.44% | - |
| XYZ | 5.56 | 6.06 | 16.21 | - |
| YUV | 61 | 156.78 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 112 | 0.84 | 0.35 | 0 | 0.56 | 204.89 | 0.72 | 0.25 |
| Hex | 12 | 49 | 70 | 54 | 23 | 0 | 38 | CD | 48 | 19 |
| Octal | 22 | 111 | 160 | 124 | 43 | 0 | 70 | 315 | 110 | 31 |
| Binary | 10010 | 1001001 | 1110000 | 1010100 | 100011 | 0 | 111000 | 11001101 | 1001000 | 11001 |
Color Harmonies of #124970
Complementary color
Monochromatic Colors of #124970
Black with #124970
Text Example
Text Example
White with #124970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124970; }
p { color: rgb(18,73,112); }
H1.HeaderClassName
{
color: #124970;
}
.AnyTagClassName
{
color: #124970;
}
</style>
background-color css
<style>
a { background-color: #124970; }
a { background-color: rgb(18,73,112); }
div.DivClassName
{
background-color: #124970;
}
.BgClassName
{
background-color: #124970;
}
</style>
border-color css
<style>
span { border-color: #124970; }
span { border-color: rgb(18,73,112); }
td.TdClassName
{
border-color: #124970;
}
.TagClassName
{
border-color: #124970;
}
</style>