Shades of Dark Cerulean #124471
Tints of Dark Cerulean #124471
RGB
CMYK
RGB Variations
Color information
#124471 (or 0x124471) is known color: Dark Cerulean. HEX triplet: 12, 44 and 71. RGB value is (18,68,113). Sum of RGB (Red+Green+Blue) = 18+68+113=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #124471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124471 is #EDBB8E. Grayscale: #393939. Windows color (decimal): -15580047 or 7422994. OLE color: 7422994.
HSL color Cylindrical-coordinate representation of color #124471: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124471 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 68 | 113 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.56 |
| HSL | 208.42º | 0.73% | 0.26% | - |
| HSV(B) | 208.42º | 0.84% | 0.44% | - |
| XYZ | 5.3 | 5.46 | 16.4 | - |
| YUV | 58.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 113 | 0.84 | 0.40 | 0 | 0.56 | 208.42 | 0.73 | 0.26 |
| Hex | 12 | 44 | 71 | 54 | 28 | 0 | 38 | D0 | 49 | 1A |
| Octal | 22 | 104 | 161 | 124 | 50 | 0 | 70 | 320 | 111 | 32 |
| Binary | 10010 | 1000100 | 1110001 | 1010100 | 101000 | 0 | 111000 | 11010000 | 1001001 | 11010 |
Color Harmonies of #124471
Complementary color
Monochromatic Colors of #124471
Black with #124471
Text Example
Text Example
White with #124471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124471; }
p { color: rgb(18,68,113); }
H1.HeaderClassName
{
color: #124471;
}
.AnyTagClassName
{
color: #124471;
}
</style>
background-color css
<style>
a { background-color: #124471; }
a { background-color: rgb(18,68,113); }
div.DivClassName
{
background-color: #124471;
}
.BgClassName
{
background-color: #124471;
}
</style>
border-color css
<style>
span { border-color: #124471; }
span { border-color: rgb(18,68,113); }
td.TdClassName
{
border-color: #124471;
}
.TagClassName
{
border-color: #124471;
}
</style>