Shades of Dark Cerulean #114071
Tints of Dark Cerulean #114071
RGB
CMYK
RGB Variations
Color information
#114071 (or 0x114071) is known color: Dark Cerulean. HEX triplet: 11, 40 and 71. RGB value is (17,64,113). Sum of RGB (Red+Green+Blue) = 17+64+113=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #114071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114071 is #EEBF8E. Grayscale: #373737. Windows color (decimal): -15646607 or 7421969. OLE color: 7421969.
HSL color Cylindrical-coordinate representation of color #114071: hue angle of 210.62º 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 #114071 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 64 | 113 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.56 |
| HSL | 210.63º | 0.74% | 0.25% | - |
| HSV(B) | 210.63º | 0.85% | 0.44% | - |
| XYZ | 5.05 | 4.98 | 16.32 | - |
| YUV | 55.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 113 | 0.85 | 0.43 | 0 | 0.56 | 210.63 | 0.74 | 0.25 |
| Hex | 11 | 40 | 71 | 55 | 2B | 0 | 38 | D3 | 4A | 19 |
| Octal | 21 | 100 | 161 | 125 | 53 | 0 | 70 | 323 | 112 | 31 |
| Binary | 10001 | 1000000 | 1110001 | 1010101 | 101011 | 0 | 111000 | 11010011 | 1001010 | 11001 |
Color Harmonies of #114071
Complementary color
Monochromatic Colors of #114071
Black with #114071
Text Example
Text Example
White with #114071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114071; }
p { color: rgb(17,64,113); }
H1.HeaderClassName
{
color: #114071;
}
.AnyTagClassName
{
color: #114071;
}
</style>
background-color css
<style>
a { background-color: #114071; }
a { background-color: rgb(17,64,113); }
div.DivClassName
{
background-color: #114071;
}
.BgClassName
{
background-color: #114071;
}
</style>
border-color css
<style>
span { border-color: #114071; }
span { border-color: rgb(17,64,113); }
td.TdClassName
{
border-color: #114071;
}
.TagClassName
{
border-color: #114071;
}
</style>