Shades of Dark Cerulean #114C71
Tints of Dark Cerulean #114C71
RGB
CMYK
RGB Variations
Color information
#114C71 (or 0x114C71) is known color: Dark Cerulean. HEX triplet: 11, 4C and 71. RGB value is (17,76,113). Sum of RGB (Red+Green+Blue) = 17+76+113=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #114C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C71 is #EEB38E. Grayscale: #3E3E3E. Windows color (decimal): -15643535 or 7425041. OLE color: 7425041.
HSL color Cylindrical-coordinate representation of color #114C71: hue angle of 203.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114C71 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 76 | 113 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.56 |
| HSL | 203.13º | 0.74% | 0.25% | - |
| HSV(B) | 203.13º | 0.85% | 0.44% | - |
| XYZ | 5.8 | 6.48 | 16.57 | - |
| YUV | 62.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 113 | 0.85 | 0.33 | 0 | 0.56 | 203.13 | 0.74 | 0.25 |
| Hex | 11 | 4C | 71 | 55 | 21 | 0 | 38 | CB | 4A | 19 |
| Octal | 21 | 114 | 161 | 125 | 41 | 0 | 70 | 313 | 112 | 31 |
| Binary | 10001 | 1001100 | 1110001 | 1010101 | 100001 | 0 | 111000 | 11001011 | 1001010 | 11001 |
Color Harmonies of #114C71
Complementary color
Monochromatic Colors of #114C71
Black with #114C71
Text Example
Text Example
White with #114C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C71; }
p { color: rgb(17,76,113); }
H1.HeaderClassName
{
color: #114C71;
}
.AnyTagClassName
{
color: #114C71;
}
</style>
background-color css
<style>
a { background-color: #114C71; }
a { background-color: rgb(17,76,113); }
div.DivClassName
{
background-color: #114C71;
}
.BgClassName
{
background-color: #114C71;
}
</style>
border-color css
<style>
span { border-color: #114C71; }
span { border-color: rgb(17,76,113); }
td.TdClassName
{
border-color: #114C71;
}
.TagClassName
{
border-color: #114C71;
}
</style>