Shades of Dark Cerulean #124D87
Tints of Dark Cerulean #124D87
RGB
CMYK
RGB Variations
Color information
#124D87 (or 0x124D87) is known color: Dark Cerulean. HEX triplet: 12, 4D and 87. RGB value is (18,77,135). Sum of RGB (Red+Green+Blue) = 18+77+135=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #124D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D87 is #EDB278. Grayscale: #414141. Windows color (decimal): -15577721 or 8867090. OLE color: 8867090.
HSL color Cylindrical-coordinate representation of color #124D87: hue angle of 209.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124D87 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 77 | 135 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.47 |
| HSL | 209.74º | 0.76% | 0.3% | - |
| HSV(B) | 209.74º | 0.87% | 0.53% | - |
| XYZ | 7.28 | 7.19 | 23.93 | - |
| YUV | 65.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 135 | 0.87 | 0.43 | 0 | 0.47 | 209.74 | 0.76 | 0.3 |
| Hex | 12 | 4D | 87 | 57 | 2B | 0 | 2F | D2 | 4C | 1E |
| Octal | 22 | 115 | 207 | 127 | 53 | 0 | 57 | 322 | 114 | 36 |
| Binary | 10010 | 1001101 | 10000111 | 1010111 | 101011 | 0 | 101111 | 11010010 | 1001100 | 11110 |
Color Harmonies of #124D87
Complementary color
Monochromatic Colors of #124D87
Black with #124D87
Text Example
Text Example
White with #124D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D87; }
p { color: rgb(18,77,135); }
H1.HeaderClassName
{
color: #124D87;
}
.AnyTagClassName
{
color: #124D87;
}
</style>
background-color css
<style>
a { background-color: #124D87; }
a { background-color: rgb(18,77,135); }
div.DivClassName
{
background-color: #124D87;
}
.BgClassName
{
background-color: #124D87;
}
</style>
border-color css
<style>
span { border-color: #124D87; }
span { border-color: rgb(18,77,135); }
td.TdClassName
{
border-color: #124D87;
}
.TagClassName
{
border-color: #124D87;
}
</style>