Shades of Navy Blue #1170CF
Tints of Navy Blue #1170CF
RGB
CMYK
RGB Variations
Color information
#1170CF (or 0x1170CF) is known color: Navy Blue. HEX triplet: 11, 70 and CF. RGB value is (17,112,207). Sum of RGB (Red+Green+Blue) = 17+112+207=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #1170CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170CF is #EE8F30. Grayscale: #5D5D5D. Windows color (decimal): -15634225 or 13594641. OLE color: 13594641.
HSL color Cylindrical-coordinate representation of color #1170CF: hue angle of 210º 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 #1170CF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 112 | 207 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.19 |
| HSL | 210º | 0.85% | 0.44% | - |
| HSV(B) | 210º | 0.92% | 0.81% | - |
| XYZ | 17.29 | 16.21 | 61.25 | - |
| YUV | 94.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 207 | 0.92 | 0.46 | 0 | 0.19 | 210 | 0.85 | 0.44 |
| Hex | 11 | 70 | CF | 5C | 2E | 0 | 13 | D2 | 55 | 2C |
| Octal | 21 | 160 | 317 | 134 | 56 | 0 | 23 | 322 | 125 | 54 |
| Binary | 10001 | 1110000 | 11001111 | 1011100 | 101110 | 0 | 10011 | 11010010 | 1010101 | 101100 |
Color Harmonies of #1170CF
Complementary color
Monochromatic Colors of #1170CF
Black with #1170CF
Text Example
Text Example
White with #1170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1170CF; }
p { color: rgb(17,112,207); }
H1.HeaderClassName
{
color: #1170CF;
}
.AnyTagClassName
{
color: #1170CF;
}
</style>
background-color css
<style>
a { background-color: #1170CF; }
a { background-color: rgb(17,112,207); }
div.DivClassName
{
background-color: #1170CF;
}
.BgClassName
{
background-color: #1170CF;
}
</style>
border-color css
<style>
span { border-color: #1170CF; }
span { border-color: rgb(17,112,207); }
td.TdClassName
{
border-color: #1170CF;
}
.TagClassName
{
border-color: #1170CF;
}
</style>