Shades of Dark Cerulean #124D6C
Tints of Dark Cerulean #124D6C
RGB
CMYK
RGB Variations
Color information
#124D6C (or 0x124D6C) is known color: Dark Cerulean. HEX triplet: 12, 4D and 6C. RGB value is (18,77,108). Sum of RGB (Red+Green+Blue) = 18+77+108=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #124D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6C is #EDB293. Grayscale: #3E3E3E. Windows color (decimal): -15577748 or 7097618. OLE color: 7097618.
HSL color Cylindrical-coordinate representation of color #124D6C: hue angle of 200.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124D6C is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 77 | 108 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.58 |
| HSL | 200.67º | 0.71% | 0.25% | - |
| HSV(B) | 200.67º | 0.83% | 0.42% | - |
| XYZ | 5.61 | 6.52 | 15.15 | - |
| YUV | 62.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 108 | 0.83 | 0.29 | 0 | 0.58 | 200.67 | 0.71 | 0.25 |
| Hex | 12 | 4D | 6C | 53 | 1D | 0 | 3A | C9 | 47 | 19 |
| Octal | 22 | 115 | 154 | 123 | 35 | 0 | 72 | 311 | 107 | 31 |
| Binary | 10010 | 1001101 | 1101100 | 1010011 | 11101 | 0 | 111010 | 11001001 | 1000111 | 11001 |
Color Harmonies of #124D6C
Complementary color
Monochromatic Colors of #124D6C
Black with #124D6C
Text Example
Text Example
White with #124D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D6C; }
p { color: rgb(18,77,108); }
H1.HeaderClassName
{
color: #124D6C;
}
.AnyTagClassName
{
color: #124D6C;
}
</style>
background-color css
<style>
a { background-color: #124D6C; }
a { background-color: rgb(18,77,108); }
div.DivClassName
{
background-color: #124D6C;
}
.BgClassName
{
background-color: #124D6C;
}
</style>
border-color css
<style>
span { border-color: #124D6C; }
span { border-color: rgb(18,77,108); }
td.TdClassName
{
border-color: #124D6C;
}
.TagClassName
{
border-color: #124D6C;
}
</style>