Shades of Dark Cerulean #124F8E
Tints of Dark Cerulean #124F8E
RGB
CMYK
RGB Variations
Color information
#124F8E (or 0x124F8E) is known color: Dark Cerulean. HEX triplet: 12, 4F and 8E. RGB value is (18,79,142). Sum of RGB (Red+Green+Blue) = 18+79+142=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #124F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F8E is #EDB071. Grayscale: #434343. Windows color (decimal): -15577202 or 9326354. OLE color: 9326354.
HSL color Cylindrical-coordinate representation of color #124F8E: hue angle of 210.48º 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 #124F8E is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 79 | 142 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.44 |
| HSL | 210.48º | 0.78% | 0.31% | - |
| HSV(B) | 210.48º | 0.87% | 0.56% | - |
| XYZ | 7.93 | 7.67 | 26.65 | - |
| YUV | 67.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 142 | 0.87 | 0.44 | 0 | 0.44 | 210.48 | 0.78 | 0.31 |
| Hex | 12 | 4F | 8E | 57 | 2C | 0 | 2C | D2 | 4E | 1F |
| Octal | 22 | 117 | 216 | 127 | 54 | 0 | 54 | 322 | 116 | 37 |
| Binary | 10010 | 1001111 | 10001110 | 1010111 | 101100 | 0 | 101100 | 11010010 | 1001110 | 11111 |
Color Harmonies of #124F8E
Complementary color
Monochromatic Colors of #124F8E
Black with #124F8E
Text Example
Text Example
White with #124F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F8E; }
p { color: rgb(18,79,142); }
H1.HeaderClassName
{
color: #124F8E;
}
.AnyTagClassName
{
color: #124F8E;
}
</style>
background-color css
<style>
a { background-color: #124F8E; }
a { background-color: rgb(18,79,142); }
div.DivClassName
{
background-color: #124F8E;
}
.BgClassName
{
background-color: #124F8E;
}
</style>
border-color css
<style>
span { border-color: #124F8E; }
span { border-color: rgb(18,79,142); }
td.TdClassName
{
border-color: #124F8E;
}
.TagClassName
{
border-color: #124F8E;
}
</style>