Shades of Dark Cerulean #114476
Tints of Dark Cerulean #114476
RGB
CMYK
RGB Variations
Color information
#114476 (or 0x114476) is known color: Dark Cerulean. HEX triplet: 11, 44 and 76. RGB value is (17,68,118). Sum of RGB (Red+Green+Blue) = 17+68+118=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #114476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114476 is #EEBB89. Grayscale: #3A3A3A. Windows color (decimal): -15645578 or 7750673. OLE color: 7750673.
HSL color Cylindrical-coordinate representation of color #114476: hue angle of 209.7º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114476 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 68 | 118 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.54 |
| HSL | 209.7º | 0.75% | 0.26% | - |
| HSV(B) | 209.7º | 0.86% | 0.46% | - |
| XYZ | 5.57 | 5.56 | 17.92 | - |
| YUV | 58.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 118 | 0.86 | 0.42 | 0 | 0.54 | 209.7 | 0.75 | 0.26 |
| Hex | 11 | 44 | 76 | 56 | 2A | 0 | 36 | D2 | 4B | 1A |
| Octal | 21 | 104 | 166 | 126 | 52 | 0 | 66 | 322 | 113 | 32 |
| Binary | 10001 | 1000100 | 1110110 | 1010110 | 101010 | 0 | 110110 | 11010010 | 1001011 | 11010 |
Color Harmonies of #114476
Complementary color
Monochromatic Colors of #114476
Black with #114476
Text Example
Text Example
White with #114476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114476; }
p { color: rgb(17,68,118); }
H1.HeaderClassName
{
color: #114476;
}
.AnyTagClassName
{
color: #114476;
}
</style>
background-color css
<style>
a { background-color: #114476; }
a { background-color: rgb(17,68,118); }
div.DivClassName
{
background-color: #114476;
}
.BgClassName
{
background-color: #114476;
}
</style>
border-color css
<style>
span { border-color: #114476; }
span { border-color: rgb(17,68,118); }
td.TdClassName
{
border-color: #114476;
}
.TagClassName
{
border-color: #114476;
}
</style>