Shades of Dark Cerulean #124171
Tints of Dark Cerulean #124171
RGB
CMYK
RGB Variations
Color information
#124171 (or 0x124171) is known color: Dark Cerulean. HEX triplet: 12, 41 and 71. RGB value is (18,65,113). Sum of RGB (Red+Green+Blue) = 18+65+113=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #124171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124171 is #EDBE8E. Grayscale: #383838. Windows color (decimal): -15580815 or 7422226. OLE color: 7422226.
HSL color Cylindrical-coordinate representation of color #124171: hue angle of 210.32º 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 #124171 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 65 | 113 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.56 |
| HSL | 210.32º | 0.73% | 0.26% | - |
| HSV(B) | 210.32º | 0.84% | 0.44% | - |
| XYZ | 5.12 | 5.1 | 16.34 | - |
| YUV | 56.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 113 | 0.84 | 0.42 | 0 | 0.56 | 210.32 | 0.73 | 0.26 |
| Hex | 12 | 41 | 71 | 54 | 2A | 0 | 38 | D2 | 49 | 1A |
| Octal | 22 | 101 | 161 | 124 | 52 | 0 | 70 | 322 | 111 | 32 |
| Binary | 10010 | 1000001 | 1110001 | 1010100 | 101010 | 0 | 111000 | 11010010 | 1001001 | 11010 |
Color Harmonies of #124171
Complementary color
Monochromatic Colors of #124171
Black with #124171
Text Example
Text Example
White with #124171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124171; }
p { color: rgb(18,65,113); }
H1.HeaderClassName
{
color: #124171;
}
.AnyTagClassName
{
color: #124171;
}
</style>
background-color css
<style>
a { background-color: #124171; }
a { background-color: rgb(18,65,113); }
div.DivClassName
{
background-color: #124171;
}
.BgClassName
{
background-color: #124171;
}
</style>
border-color css
<style>
span { border-color: #124171; }
span { border-color: rgb(18,65,113); }
td.TdClassName
{
border-color: #124171;
}
.TagClassName
{
border-color: #124171;
}
</style>