Shades of Dark Cerulean #114176
Tints of Dark Cerulean #114176
RGB
CMYK
RGB Variations
Color information
#114176 (or 0x114176) is known color: Dark Cerulean. HEX triplet: 11, 41 and 76. RGB value is (17,65,118). Sum of RGB (Red+Green+Blue) = 17+65+118=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #114176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114176 is #EEBE89. Grayscale: #383838. Windows color (decimal): -15646346 or 7749905. OLE color: 7749905.
HSL color Cylindrical-coordinate representation of color #114176: hue angle of 211.49º 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 #114176 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 65 | 118 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.54 |
| HSL | 211.49º | 0.75% | 0.26% | - |
| HSV(B) | 211.49º | 0.86% | 0.46% | - |
| XYZ | 5.39 | 5.21 | 17.86 | - |
| YUV | 56.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 118 | 0.86 | 0.45 | 0 | 0.54 | 211.49 | 0.75 | 0.26 |
| Hex | 11 | 41 | 76 | 56 | 2D | 0 | 36 | D3 | 4B | 1A |
| Octal | 21 | 101 | 166 | 126 | 55 | 0 | 66 | 323 | 113 | 32 |
| Binary | 10001 | 1000001 | 1110110 | 1010110 | 101101 | 0 | 110110 | 11010011 | 1001011 | 11010 |
Color Harmonies of #114176
Complementary color
Monochromatic Colors of #114176
Black with #114176
Text Example
Text Example
White with #114176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114176; }
p { color: rgb(17,65,118); }
H1.HeaderClassName
{
color: #114176;
}
.AnyTagClassName
{
color: #114176;
}
</style>
background-color css
<style>
a { background-color: #114176; }
a { background-color: rgb(17,65,118); }
div.DivClassName
{
background-color: #114176;
}
.BgClassName
{
background-color: #114176;
}
</style>
border-color css
<style>
span { border-color: #114176; }
span { border-color: rgb(17,65,118); }
td.TdClassName
{
border-color: #114176;
}
.TagClassName
{
border-color: #114176;
}
</style>