Shades of Dark Cerulean #124D72
Tints of Dark Cerulean #124D72
RGB
CMYK
RGB Variations
Color information
#124D72 (or 0x124D72) is known color: Dark Cerulean. HEX triplet: 12, 4D and 72. RGB value is (18,77,114). Sum of RGB (Red+Green+Blue) = 18+77+114=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #124D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D72 is #EDB28D. Grayscale: #3F3F3F. Windows color (decimal): -15577742 or 7490834. OLE color: 7490834.
HSL color Cylindrical-coordinate representation of color #124D72: hue angle of 203.12º 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 #124D72 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 77 | 114 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.55 |
| HSL | 203.13º | 0.73% | 0.26% | - |
| HSV(B) | 203.13º | 0.84% | 0.45% | - |
| XYZ | 5.94 | 6.65 | 16.89 | - |
| YUV | 63.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 114 | 0.84 | 0.32 | 0 | 0.55 | 203.13 | 0.73 | 0.26 |
| Hex | 12 | 4D | 72 | 54 | 20 | 0 | 37 | CB | 49 | 1A |
| Octal | 22 | 115 | 162 | 124 | 40 | 0 | 67 | 313 | 111 | 32 |
| Binary | 10010 | 1001101 | 1110010 | 1010100 | 100000 | 0 | 110111 | 11001011 | 1001001 | 11010 |
Color Harmonies of #124D72
Complementary color
Monochromatic Colors of #124D72
Black with #124D72
Text Example
Text Example
White with #124D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D72; }
p { color: rgb(18,77,114); }
H1.HeaderClassName
{
color: #124D72;
}
.AnyTagClassName
{
color: #124D72;
}
</style>
background-color css
<style>
a { background-color: #124D72; }
a { background-color: rgb(18,77,114); }
div.DivClassName
{
background-color: #124D72;
}
.BgClassName
{
background-color: #124D72;
}
</style>
border-color css
<style>
span { border-color: #124D72; }
span { border-color: rgb(18,77,114); }
td.TdClassName
{
border-color: #124D72;
}
.TagClassName
{
border-color: #124D72;
}
</style>