Shades of Dark Cerulean #124175
Tints of Dark Cerulean #124175
RGB
CMYK
RGB Variations
Color information
#124175 (or 0x124175) is known color: Dark Cerulean. HEX triplet: 12, 41 and 75. RGB value is (18,65,117). Sum of RGB (Red+Green+Blue) = 18+65+117=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #124175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124175 is #EDBE8A. Grayscale: #383838. Windows color (decimal): -15580811 or 7684370. OLE color: 7684370.
HSL color Cylindrical-coordinate representation of color #124175: hue angle of 211.52º 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 #124175 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 65 | 117 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.54 |
| HSL | 211.52º | 0.73% | 0.26% | - |
| HSV(B) | 211.52º | 0.85% | 0.46% | - |
| XYZ | 5.35 | 5.19 | 17.55 | - |
| YUV | 56.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 117 | 0.85 | 0.44 | 0 | 0.54 | 211.52 | 0.73 | 0.26 |
| Hex | 12 | 41 | 75 | 55 | 2C | 0 | 36 | D4 | 49 | 1A |
| Octal | 22 | 101 | 165 | 125 | 54 | 0 | 66 | 324 | 111 | 32 |
| Binary | 10010 | 1000001 | 1110101 | 1010101 | 101100 | 0 | 110110 | 11010100 | 1001001 | 11010 |
Color Harmonies of #124175
Complementary color
Monochromatic Colors of #124175
Black with #124175
Text Example
Text Example
White with #124175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124175; }
p { color: rgb(18,65,117); }
H1.HeaderClassName
{
color: #124175;
}
.AnyTagClassName
{
color: #124175;
}
</style>
background-color css
<style>
a { background-color: #124175; }
a { background-color: rgb(18,65,117); }
div.DivClassName
{
background-color: #124175;
}
.BgClassName
{
background-color: #124175;
}
</style>
border-color css
<style>
span { border-color: #124175; }
span { border-color: rgb(18,65,117); }
td.TdClassName
{
border-color: #124175;
}
.TagClassName
{
border-color: #124175;
}
</style>