Shades of Dark Cerulean #124C7C
Tints of Dark Cerulean #124C7C
RGB
CMYK
RGB Variations
Color information
#124C7C (or 0x124C7C) is known color: Dark Cerulean. HEX triplet: 12, 4C and 7C. RGB value is (18,76,124). Sum of RGB (Red+Green+Blue) = 18+76+124=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #124C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C7C is #EDB383. Grayscale: #3F3F3F. Windows color (decimal): -15577988 or 8145938. OLE color: 8145938.
HSL color Cylindrical-coordinate representation of color #124C7C: hue angle of 207.17º 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 #124C7C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 76 | 124 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.51 |
| HSL | 207.17º | 0.75% | 0.28% | - |
| HSV(B) | 207.17º | 0.85% | 0.49% | - |
| XYZ | 6.47 | 6.75 | 20.03 | - |
| YUV | 64.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 124 | 0.85 | 0.39 | 0 | 0.51 | 207.17 | 0.75 | 0.28 |
| Hex | 12 | 4C | 7C | 55 | 27 | 0 | 33 | CF | 4B | 1C |
| Octal | 22 | 114 | 174 | 125 | 47 | 0 | 63 | 317 | 113 | 34 |
| Binary | 10010 | 1001100 | 1111100 | 1010101 | 100111 | 0 | 110011 | 11001111 | 1001011 | 11100 |
Color Harmonies of #124C7C
Complementary color
Monochromatic Colors of #124C7C
Black with #124C7C
Text Example
Text Example
White with #124C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C7C; }
p { color: rgb(18,76,124); }
H1.HeaderClassName
{
color: #124C7C;
}
.AnyTagClassName
{
color: #124C7C;
}
</style>
background-color css
<style>
a { background-color: #124C7C; }
a { background-color: rgb(18,76,124); }
div.DivClassName
{
background-color: #124C7C;
}
.BgClassName
{
background-color: #124C7C;
}
</style>
border-color css
<style>
span { border-color: #124C7C; }
span { border-color: rgb(18,76,124); }
td.TdClassName
{
border-color: #124C7C;
}
.TagClassName
{
border-color: #124C7C;
}
</style>