Shades of Dark Cerulean #124D86
Tints of Dark Cerulean #124D86
RGB
CMYK
RGB Variations
Color information
#124D86 (or 0x124D86) is known color: Dark Cerulean. HEX triplet: 12, 4D and 86. RGB value is (18,77,134). Sum of RGB (Red+Green+Blue) = 18+77+134=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #124D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D86 is #EDB279. Grayscale: #414141. Windows color (decimal): -15577722 or 8801554. OLE color: 8801554.
HSL color Cylindrical-coordinate representation of color #124D86: hue angle of 209.48º 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 #124D86 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 77 | 134 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.47 |
| HSL | 209.48º | 0.76% | 0.3% | - |
| HSV(B) | 209.48º | 0.87% | 0.53% | - |
| XYZ | 7.21 | 7.16 | 23.56 | - |
| YUV | 65.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 134 | 0.87 | 0.43 | 0 | 0.47 | 209.48 | 0.76 | 0.3 |
| Hex | 12 | 4D | 86 | 57 | 2B | 0 | 2F | D1 | 4C | 1E |
| Octal | 22 | 115 | 206 | 127 | 53 | 0 | 57 | 321 | 114 | 36 |
| Binary | 10010 | 1001101 | 10000110 | 1010111 | 101011 | 0 | 101111 | 11010001 | 1001100 | 11110 |
Color Harmonies of #124D86
Complementary color
Monochromatic Colors of #124D86
Black with #124D86
Text Example
Text Example
White with #124D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D86; }
p { color: rgb(18,77,134); }
H1.HeaderClassName
{
color: #124D86;
}
.AnyTagClassName
{
color: #124D86;
}
</style>
background-color css
<style>
a { background-color: #124D86; }
a { background-color: rgb(18,77,134); }
div.DivClassName
{
background-color: #124D86;
}
.BgClassName
{
background-color: #124D86;
}
</style>
border-color css
<style>
span { border-color: #124D86; }
span { border-color: rgb(18,77,134); }
td.TdClassName
{
border-color: #124D86;
}
.TagClassName
{
border-color: #124D86;
}
</style>