Shades of Dark Cerulean #124D77
Tints of Dark Cerulean #124D77
RGB
CMYK
RGB Variations
Color information
#124D77 (or 0x124D77) is known color: Dark Cerulean. HEX triplet: 12, 4D and 77. RGB value is (18,77,119). Sum of RGB (Red+Green+Blue) = 18+77+119=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #124D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D77 is #EDB288. Grayscale: #3F3F3F. Windows color (decimal): -15577737 or 7818514. OLE color: 7818514.
HSL color Cylindrical-coordinate representation of color #124D77: hue angle of 204.95º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124D77 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 77 | 119 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.53 |
| HSL | 204.95º | 0.74% | 0.27% | - |
| HSV(B) | 204.95º | 0.85% | 0.47% | - |
| XYZ | 6.23 | 6.77 | 18.43 | - |
| YUV | 64.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 119 | 0.85 | 0.35 | 0 | 0.53 | 204.95 | 0.74 | 0.27 |
| Hex | 12 | 4D | 77 | 55 | 23 | 0 | 35 | CD | 4A | 1B |
| Octal | 22 | 115 | 167 | 125 | 43 | 0 | 65 | 315 | 112 | 33 |
| Binary | 10010 | 1001101 | 1110111 | 1010101 | 100011 | 0 | 110101 | 11001101 | 1001010 | 11011 |
Color Harmonies of #124D77
Complementary color
Monochromatic Colors of #124D77
Black with #124D77
Text Example
Text Example
White with #124D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D77; }
p { color: rgb(18,77,119); }
H1.HeaderClassName
{
color: #124D77;
}
.AnyTagClassName
{
color: #124D77;
}
</style>
background-color css
<style>
a { background-color: #124D77; }
a { background-color: rgb(18,77,119); }
div.DivClassName
{
background-color: #124D77;
}
.BgClassName
{
background-color: #124D77;
}
</style>
border-color css
<style>
span { border-color: #124D77; }
span { border-color: rgb(18,77,119); }
td.TdClassName
{
border-color: #124D77;
}
.TagClassName
{
border-color: #124D77;
}
</style>