Shades of Dark Cerulean #124179
Tints of Dark Cerulean #124179
RGB
CMYK
RGB Variations
Color information
#124179 (or 0x124179) is known color: Dark Cerulean. HEX triplet: 12, 41 and 79. RGB value is (18,65,121). Sum of RGB (Red+Green+Blue) = 18+65+121=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #124179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124179 is #EDBE86. Grayscale: #393939. Windows color (decimal): -15580807 or 7946514. OLE color: 7946514.
HSL color Cylindrical-coordinate representation of color #124179: hue angle of 212.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124179 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 65 | 121 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.53 |
| HSL | 212.62º | 0.74% | 0.27% | - |
| HSV(B) | 212.62º | 0.85% | 0.47% | - |
| XYZ | 5.59 | 5.29 | 18.82 | - |
| YUV | 57.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 121 | 0.85 | 0.46 | 0 | 0.53 | 212.62 | 0.74 | 0.27 |
| Hex | 12 | 41 | 79 | 55 | 2E | 0 | 35 | D5 | 4A | 1B |
| Octal | 22 | 101 | 171 | 125 | 56 | 0 | 65 | 325 | 112 | 33 |
| Binary | 10010 | 1000001 | 1111001 | 1010101 | 101110 | 0 | 110101 | 11010101 | 1001010 | 11011 |
Color Harmonies of #124179
Complementary color
Monochromatic Colors of #124179
Black with #124179
Text Example
Text Example
White with #124179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124179; }
p { color: rgb(18,65,121); }
H1.HeaderClassName
{
color: #124179;
}
.AnyTagClassName
{
color: #124179;
}
</style>
background-color css
<style>
a { background-color: #124179; }
a { background-color: rgb(18,65,121); }
div.DivClassName
{
background-color: #124179;
}
.BgClassName
{
background-color: #124179;
}
</style>
border-color css
<style>
span { border-color: #124179; }
span { border-color: rgb(18,65,121); }
td.TdClassName
{
border-color: #124179;
}
.TagClassName
{
border-color: #124179;
}
</style>