Shades of Dark Cerulean #124E75
Tints of Dark Cerulean #124E75
RGB
CMYK
RGB Variations
Color information
#124E75 (or 0x124E75) is known color: Dark Cerulean. HEX triplet: 12, 4E and 75. RGB value is (18,78,117). Sum of RGB (Red+Green+Blue) = 18+78+117=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #124E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E75 is #EDB18A. Grayscale: #404040. Windows color (decimal): -15577483 or 7687698. OLE color: 7687698.
HSL color Cylindrical-coordinate representation of color #124E75: hue angle of 203.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124E75 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 78 | 117 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.54 |
| HSL | 203.64º | 0.73% | 0.26% | - |
| HSV(B) | 203.64º | 0.85% | 0.46% | - |
| XYZ | 6.18 | 6.86 | 17.83 | - |
| YUV | 64.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 117 | 0.85 | 0.33 | 0 | 0.54 | 203.64 | 0.73 | 0.26 |
| Hex | 12 | 4E | 75 | 55 | 21 | 0 | 36 | CC | 49 | 1A |
| Octal | 22 | 116 | 165 | 125 | 41 | 0 | 66 | 314 | 111 | 32 |
| Binary | 10010 | 1001110 | 1110101 | 1010101 | 100001 | 0 | 110110 | 11001100 | 1001001 | 11010 |
Color Harmonies of #124E75
Complementary color
Monochromatic Colors of #124E75
Black with #124E75
Text Example
Text Example
White with #124E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E75; }
p { color: rgb(18,78,117); }
H1.HeaderClassName
{
color: #124E75;
}
.AnyTagClassName
{
color: #124E75;
}
</style>
background-color css
<style>
a { background-color: #124E75; }
a { background-color: rgb(18,78,117); }
div.DivClassName
{
background-color: #124E75;
}
.BgClassName
{
background-color: #124E75;
}
</style>
border-color css
<style>
span { border-color: #124E75; }
span { border-color: rgb(18,78,117); }
td.TdClassName
{
border-color: #124E75;
}
.TagClassName
{
border-color: #124E75;
}
</style>