Shades of Dark Cerulean #124D8E
Tints of Dark Cerulean #124D8E
RGB
CMYK
RGB Variations
Color information
#124D8E (or 0x124D8E) is known color: Dark Cerulean. HEX triplet: 12, 4D and 8E. RGB value is (18,77,142). Sum of RGB (Red+Green+Blue) = 18+77+142=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #124D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D8E is #EDB271. Grayscale: #424242. Windows color (decimal): -15577714 or 9325842. OLE color: 9325842.
HSL color Cylindrical-coordinate representation of color #124D8E: hue angle of 211.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124D8E is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 77 | 142 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.44 |
| HSL | 211.45º | 0.78% | 0.31% | - |
| HSV(B) | 211.45º | 0.87% | 0.56% | - |
| XYZ | 7.79 | 7.39 | 26.61 | - |
| YUV | 66.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 142 | 0.87 | 0.46 | 0 | 0.44 | 211.45 | 0.78 | 0.31 |
| Hex | 12 | 4D | 8E | 57 | 2E | 0 | 2C | D3 | 4E | 1F |
| Octal | 22 | 115 | 216 | 127 | 56 | 0 | 54 | 323 | 116 | 37 |
| Binary | 10010 | 1001101 | 10001110 | 1010111 | 101110 | 0 | 101100 | 11010011 | 1001110 | 11111 |
Color Harmonies of #124D8E
Complementary color
Monochromatic Colors of #124D8E
Black with #124D8E
Text Example
Text Example
White with #124D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D8E; }
p { color: rgb(18,77,142); }
H1.HeaderClassName
{
color: #124D8E;
}
.AnyTagClassName
{
color: #124D8E;
}
</style>
background-color css
<style>
a { background-color: #124D8E; }
a { background-color: rgb(18,77,142); }
div.DivClassName
{
background-color: #124D8E;
}
.BgClassName
{
background-color: #124D8E;
}
</style>
border-color css
<style>
span { border-color: #124D8E; }
span { border-color: rgb(18,77,142); }
td.TdClassName
{
border-color: #124D8E;
}
.TagClassName
{
border-color: #124D8E;
}
</style>