Shades of Dark Cerulean #124D6E
Tints of Dark Cerulean #124D6E
RGB
CMYK
RGB Variations
Color information
#124D6E (or 0x124D6E) is known color: Dark Cerulean. HEX triplet: 12, 4D and 6E. RGB value is (18,77,110). Sum of RGB (Red+Green+Blue) = 18+77+110=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #124D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6E is #EDB291. Grayscale: #3E3E3E. Windows color (decimal): -15577746 or 7228690. OLE color: 7228690.
HSL color Cylindrical-coordinate representation of color #124D6E: hue angle of 201.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124D6E is Cyan = 0.84, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 77 | 110 | - |
| CMYK | 0.84 | 0.3 | 0 | 0.57 |
| HSL | 201.52º | 0.72% | 0.25% | - |
| HSV(B) | 201.52º | 0.84% | 0.43% | - |
| XYZ | 5.72 | 6.56 | 15.72 | - |
| YUV | 63.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 110 | 0.84 | 0.3 | 0 | 0.57 | 201.52 | 0.72 | 0.25 |
| Hex | 12 | 4D | 6E | 54 | 1E | 0 | 39 | CA | 48 | 19 |
| Octal | 22 | 115 | 156 | 124 | 36 | 0 | 71 | 312 | 110 | 31 |
| Binary | 10010 | 1001101 | 1101110 | 1010100 | 11110 | 0 | 111001 | 11001010 | 1001000 | 11001 |
Color Harmonies of #124D6E
Complementary color
Monochromatic Colors of #124D6E
Black with #124D6E
Text Example
Text Example
White with #124D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D6E; }
p { color: rgb(18,77,110); }
H1.HeaderClassName
{
color: #124D6E;
}
.AnyTagClassName
{
color: #124D6E;
}
</style>
background-color css
<style>
a { background-color: #124D6E; }
a { background-color: rgb(18,77,110); }
div.DivClassName
{
background-color: #124D6E;
}
.BgClassName
{
background-color: #124D6E;
}
</style>
border-color css
<style>
span { border-color: #124D6E; }
span { border-color: rgb(18,77,110); }
td.TdClassName
{
border-color: #124D6E;
}
.TagClassName
{
border-color: #124D6E;
}
</style>