Shades of Dark Cerulean #124B70
Tints of Dark Cerulean #124B70
RGB
CMYK
RGB Variations
Color information
#124B70 (or 0x124B70) is known color: Dark Cerulean. HEX triplet: 12, 4B and 70. RGB value is (18,75,112). Sum of RGB (Red+Green+Blue) = 18+75+112=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #124B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B70 is #EDB48F. Grayscale: #3D3D3D. Windows color (decimal): -15578256 or 7359250. OLE color: 7359250.
HSL color Cylindrical-coordinate representation of color #124B70: hue angle of 203.62º 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 #124B70 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 75 | 112 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.56 |
| HSL | 203.62º | 0.72% | 0.25% | - |
| HSV(B) | 203.62º | 0.84% | 0.44% | - |
| XYZ | 5.69 | 6.33 | 16.25 | - |
| YUV | 62.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 112 | 0.84 | 0.33 | 0 | 0.56 | 203.62 | 0.72 | 0.25 |
| Hex | 12 | 4B | 70 | 54 | 21 | 0 | 38 | CC | 48 | 19 |
| Octal | 22 | 113 | 160 | 124 | 41 | 0 | 70 | 314 | 110 | 31 |
| Binary | 10010 | 1001011 | 1110000 | 1010100 | 100001 | 0 | 111000 | 11001100 | 1001000 | 11001 |
Color Harmonies of #124B70
Complementary color
Monochromatic Colors of #124B70
Black with #124B70
Text Example
Text Example
White with #124B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B70; }
p { color: rgb(18,75,112); }
H1.HeaderClassName
{
color: #124B70;
}
.AnyTagClassName
{
color: #124B70;
}
</style>
background-color css
<style>
a { background-color: #124B70; }
a { background-color: rgb(18,75,112); }
div.DivClassName
{
background-color: #124B70;
}
.BgClassName
{
background-color: #124B70;
}
</style>
border-color css
<style>
span { border-color: #124B70; }
span { border-color: rgb(18,75,112); }
td.TdClassName
{
border-color: #124B70;
}
.TagClassName
{
border-color: #124B70;
}
</style>