Shades of Dark Cerulean #124D6F
Tints of Dark Cerulean #124D6F
RGB
CMYK
RGB Variations
Color information
#124D6F (or 0x124D6F) is known color: Dark Cerulean. HEX triplet: 12, 4D and 6F. RGB value is (18,77,111). Sum of RGB (Red+Green+Blue) = 18+77+111=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #124D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6F is #EDB290. Grayscale: #3F3F3F. Windows color (decimal): -15577745 or 7294226. OLE color: 7294226.
HSL color Cylindrical-coordinate representation of color #124D6F: hue angle of 201.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124D6F is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 77 | 111 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.56 |
| HSL | 201.94º | 0.72% | 0.25% | - |
| HSV(B) | 201.94º | 0.84% | 0.44% | - |
| XYZ | 5.77 | 6.58 | 16.01 | - |
| YUV | 63.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 111 | 0.84 | 0.31 | 0 | 0.56 | 201.94 | 0.72 | 0.25 |
| Hex | 12 | 4D | 6F | 54 | 1F | 0 | 38 | CA | 48 | 19 |
| Octal | 22 | 115 | 157 | 124 | 37 | 0 | 70 | 312 | 110 | 31 |
| Binary | 10010 | 1001101 | 1101111 | 1010100 | 11111 | 0 | 111000 | 11001010 | 1001000 | 11001 |
Color Harmonies of #124D6F
Complementary color
Monochromatic Colors of #124D6F
Black with #124D6F
Text Example
Text Example
White with #124D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D6F; }
p { color: rgb(18,77,111); }
H1.HeaderClassName
{
color: #124D6F;
}
.AnyTagClassName
{
color: #124D6F;
}
</style>
background-color css
<style>
a { background-color: #124D6F; }
a { background-color: rgb(18,77,111); }
div.DivClassName
{
background-color: #124D6F;
}
.BgClassName
{
background-color: #124D6F;
}
</style>
border-color css
<style>
span { border-color: #124D6F; }
span { border-color: rgb(18,77,111); }
td.TdClassName
{
border-color: #124D6F;
}
.TagClassName
{
border-color: #124D6F;
}
</style>