Shades of Navy Blue #1170CE
Tints of Navy Blue #1170CE
RGB
CMYK
RGB Variations
Color information
#1170CE (or 0x1170CE) is known color: Navy Blue. HEX triplet: 11, 70 and CE. RGB value is (17,112,206). Sum of RGB (Red+Green+Blue) = 17+112+206=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1170CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170CE is #EE8F31. Grayscale: #5D5D5D. Windows color (decimal): -15634226 or 13529105. OLE color: 13529105.
HSL color Cylindrical-coordinate representation of color #1170CE: hue angle of 209.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1170CE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 112 | 206 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.19 |
| HSL | 209.84º | 0.85% | 0.44% | - |
| HSV(B) | 209.84º | 0.92% | 0.81% | - |
| XYZ | 17.17 | 16.16 | 60.61 | - |
| YUV | 94.31 | 191.03 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 206 | 0.92 | 0.46 | 0 | 0.19 | 209.84 | 0.85 | 0.44 |
| Hex | 11 | 70 | CE | 5C | 2E | 0 | 13 | D2 | 55 | 2C |
| Octal | 21 | 160 | 316 | 134 | 56 | 0 | 23 | 322 | 125 | 54 |
| Binary | 10001 | 1110000 | 11001110 | 1011100 | 101110 | 0 | 10011 | 11010010 | 1010101 | 101100 |
Color Harmonies of #1170CE
Complementary color
Monochromatic Colors of #1170CE
Black with #1170CE
Text Example
Text Example
White with #1170CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1170CE; }
p { color: rgb(17,112,206); }
H1.HeaderClassName
{
color: #1170CE;
}
.AnyTagClassName
{
color: #1170CE;
}
</style>
background-color css
<style>
a { background-color: #1170CE; }
a { background-color: rgb(17,112,206); }
div.DivClassName
{
background-color: #1170CE;
}
.BgClassName
{
background-color: #1170CE;
}
</style>
border-color css
<style>
span { border-color: #1170CE; }
span { border-color: rgb(17,112,206); }
td.TdClassName
{
border-color: #1170CE;
}
.TagClassName
{
border-color: #1170CE;
}
</style>