Shades of Dark Cerulean #124D7C
Tints of Dark Cerulean #124D7C
RGB
CMYK
RGB Variations
Color information
#124D7C (or 0x124D7C) is known color: Dark Cerulean. HEX triplet: 12, 4D and 7C. RGB value is (18,77,124). Sum of RGB (Red+Green+Blue) = 18+77+124=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #124D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D7C is #EDB283. Grayscale: #404040. Windows color (decimal): -15577732 or 8146194. OLE color: 8146194.
HSL color Cylindrical-coordinate representation of color #124D7C: hue angle of 206.6º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124D7C is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 77 | 124 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.51 |
| HSL | 206.6º | 0.75% | 0.28% | - |
| HSV(B) | 206.6º | 0.85% | 0.49% | - |
| XYZ | 6.54 | 6.89 | 20.05 | - |
| YUV | 64.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 124 | 0.85 | 0.38 | 0 | 0.51 | 206.6 | 0.75 | 0.28 |
| Hex | 12 | 4D | 7C | 55 | 26 | 0 | 33 | CF | 4B | 1C |
| Octal | 22 | 115 | 174 | 125 | 46 | 0 | 63 | 317 | 113 | 34 |
| Binary | 10010 | 1001101 | 1111100 | 1010101 | 100110 | 0 | 110011 | 11001111 | 1001011 | 11100 |
Color Harmonies of #124D7C
Complementary color
Monochromatic Colors of #124D7C
Black with #124D7C
Text Example
Text Example
White with #124D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D7C; }
p { color: rgb(18,77,124); }
H1.HeaderClassName
{
color: #124D7C;
}
.AnyTagClassName
{
color: #124D7C;
}
</style>
background-color css
<style>
a { background-color: #124D7C; }
a { background-color: rgb(18,77,124); }
div.DivClassName
{
background-color: #124D7C;
}
.BgClassName
{
background-color: #124D7C;
}
</style>
border-color css
<style>
span { border-color: #124D7C; }
span { border-color: rgb(18,77,124); }
td.TdClassName
{
border-color: #124D7C;
}
.TagClassName
{
border-color: #124D7C;
}
</style>