Shades of Dark Cerulean #124176
Tints of Dark Cerulean #124176
RGB
CMYK
RGB Variations
Color information
#124176 (or 0x124176) is known color: Dark Cerulean. HEX triplet: 12, 41 and 76. RGB value is (18,65,118). Sum of RGB (Red+Green+Blue) = 18+65+118=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #124176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124176 is #EDBE89. Grayscale: #383838. Windows color (decimal): -15580810 or 7749906. OLE color: 7749906.
HSL color Cylindrical-coordinate representation of color #124176: hue angle of 211.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124176 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 65 | 118 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.54 |
| HSL | 211.8º | 0.74% | 0.27% | - |
| HSV(B) | 211.8º | 0.85% | 0.46% | - |
| XYZ | 5.41 | 5.22 | 17.86 | - |
| YUV | 56.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 118 | 0.85 | 0.45 | 0 | 0.54 | 211.8 | 0.74 | 0.27 |
| Hex | 12 | 41 | 76 | 55 | 2D | 0 | 36 | D4 | 4A | 1B |
| Octal | 22 | 101 | 166 | 125 | 55 | 0 | 66 | 324 | 112 | 33 |
| Binary | 10010 | 1000001 | 1110110 | 1010101 | 101101 | 0 | 110110 | 11010100 | 1001010 | 11011 |
Color Harmonies of #124176
Complementary color
Monochromatic Colors of #124176
Black with #124176
Text Example
Text Example
White with #124176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124176; }
p { color: rgb(18,65,118); }
H1.HeaderClassName
{
color: #124176;
}
.AnyTagClassName
{
color: #124176;
}
</style>
background-color css
<style>
a { background-color: #124176; }
a { background-color: rgb(18,65,118); }
div.DivClassName
{
background-color: #124176;
}
.BgClassName
{
background-color: #124176;
}
</style>
border-color css
<style>
span { border-color: #124176; }
span { border-color: rgb(18,65,118); }
td.TdClassName
{
border-color: #124176;
}
.TagClassName
{
border-color: #124176;
}
</style>