Shades of Dark Cerulean #114F71
Tints of Dark Cerulean #114F71
RGB
CMYK
RGB Variations
Color information
#114F71 (or 0x114F71) is known color: Dark Cerulean. HEX triplet: 11, 4F and 71. RGB value is (17,79,113). Sum of RGB (Red+Green+Blue) = 17+79+113=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #114F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F71 is #EEB08E. Grayscale: #404040. Windows color (decimal): -15642767 or 7425809. OLE color: 7425809.
HSL color Cylindrical-coordinate representation of color #114F71: hue angle of 201.25º 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 #114F71 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 79 | 113 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.56 |
| HSL | 201.25º | 0.74% | 0.25% | - |
| HSV(B) | 201.25º | 0.85% | 0.44% | - |
| XYZ | 6.01 | 6.9 | 16.64 | - |
| YUV | 64.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 113 | 0.85 | 0.30 | 0 | 0.56 | 201.25 | 0.74 | 0.25 |
| Hex | 11 | 4F | 71 | 55 | 1E | 0 | 38 | C9 | 4A | 19 |
| Octal | 21 | 117 | 161 | 125 | 36 | 0 | 70 | 311 | 112 | 31 |
| Binary | 10001 | 1001111 | 1110001 | 1010101 | 11110 | 0 | 111000 | 11001001 | 1001010 | 11001 |
Color Harmonies of #114F71
Complementary color
Monochromatic Colors of #114F71
Black with #114F71
Text Example
Text Example
White with #114F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F71; }
p { color: rgb(17,79,113); }
H1.HeaderClassName
{
color: #114F71;
}
.AnyTagClassName
{
color: #114F71;
}
</style>
background-color css
<style>
a { background-color: #114F71; }
a { background-color: rgb(17,79,113); }
div.DivClassName
{
background-color: #114F71;
}
.BgClassName
{
background-color: #114F71;
}
</style>
border-color css
<style>
span { border-color: #114F71; }
span { border-color: rgb(17,79,113); }
td.TdClassName
{
border-color: #114F71;
}
.TagClassName
{
border-color: #114F71;
}
</style>