Shades of Dark Cerulean #114671
Tints of Dark Cerulean #114671
RGB
CMYK
RGB Variations
Color information
#114671 (or 0x114671) is known color: Dark Cerulean. HEX triplet: 11, 46 and 71. RGB value is (17,70,113). Sum of RGB (Red+Green+Blue) = 17+70+113=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #114671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114671 is #EEB98E. Grayscale: #3A3A3A. Windows color (decimal): -15645071 or 7423505. OLE color: 7423505.
HSL color Cylindrical-coordinate representation of color #114671: hue angle of 206.88º 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 #114671 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 70 | 113 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.56 |
| HSL | 206.88º | 0.74% | 0.25% | - |
| HSV(B) | 206.88º | 0.85% | 0.44% | - |
| XYZ | 5.4 | 5.69 | 16.44 | - |
| YUV | 59.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 113 | 0.85 | 0.38 | 0 | 0.56 | 206.88 | 0.74 | 0.25 |
| Hex | 11 | 46 | 71 | 55 | 26 | 0 | 38 | CF | 4A | 19 |
| Octal | 21 | 106 | 161 | 125 | 46 | 0 | 70 | 317 | 112 | 31 |
| Binary | 10001 | 1000110 | 1110001 | 1010101 | 100110 | 0 | 111000 | 11001111 | 1001010 | 11001 |
Color Harmonies of #114671
Complementary color
Monochromatic Colors of #114671
Black with #114671
Text Example
Text Example
White with #114671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114671; }
p { color: rgb(17,70,113); }
H1.HeaderClassName
{
color: #114671;
}
.AnyTagClassName
{
color: #114671;
}
</style>
background-color css
<style>
a { background-color: #114671; }
a { background-color: rgb(17,70,113); }
div.DivClassName
{
background-color: #114671;
}
.BgClassName
{
background-color: #114671;
}
</style>
border-color css
<style>
span { border-color: #114671; }
span { border-color: rgb(17,70,113); }
td.TdClassName
{
border-color: #114671;
}
.TagClassName
{
border-color: #114671;
}
</style>