Shades of Dark Cerulean #124D88
Tints of Dark Cerulean #124D88
RGB
CMYK
RGB Variations
Color information
#124D88 (or 0x124D88) is known color: Dark Cerulean. HEX triplet: 12, 4D and 88. RGB value is (18,77,136). Sum of RGB (Red+Green+Blue) = 18+77+136=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #124D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D88 is #EDB277. Grayscale: #414141. Windows color (decimal): -15577720 or 8932626. OLE color: 8932626.
HSL color Cylindrical-coordinate representation of color #124D88: hue angle of 210º degrees, saturation: 0.77, 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 #124D88 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 77 | 136 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.47 |
| HSL | 210º | 0.77% | 0.3% | - |
| HSV(B) | 210º | 0.87% | 0.53% | - |
| XYZ | 7.35 | 7.21 | 24.3 | - |
| YUV | 66.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 136 | 0.87 | 0.43 | 0 | 0.47 | 210 | 0.77 | 0.3 |
| Hex | 12 | 4D | 88 | 57 | 2B | 0 | 2F | D2 | 4D | 1E |
| Octal | 22 | 115 | 210 | 127 | 53 | 0 | 57 | 322 | 115 | 36 |
| Binary | 10010 | 1001101 | 10001000 | 1010111 | 101011 | 0 | 101111 | 11010010 | 1001101 | 11110 |
Color Harmonies of #124D88
Complementary color
Monochromatic Colors of #124D88
Black with #124D88
Text Example
Text Example
White with #124D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D88; }
p { color: rgb(18,77,136); }
H1.HeaderClassName
{
color: #124D88;
}
.AnyTagClassName
{
color: #124D88;
}
</style>
background-color css
<style>
a { background-color: #124D88; }
a { background-color: rgb(18,77,136); }
div.DivClassName
{
background-color: #124D88;
}
.BgClassName
{
background-color: #124D88;
}
</style>
border-color css
<style>
span { border-color: #124D88; }
span { border-color: rgb(18,77,136); }
td.TdClassName
{
border-color: #124D88;
}
.TagClassName
{
border-color: #124D88;
}
</style>