Shades of Navy Blue #1170E8
Tints of Navy Blue #1170E8
RGB
CMYK
RGB Variations
Color information
#1170E8 (or 0x1170E8) is known color: Navy Blue. HEX triplet: 11, 70 and E8. RGB value is (17,112,232). Sum of RGB (Red+Green+Blue) = 17+112+232=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #1170E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170E8 is #EE8F17. Grayscale: #606060. Windows color (decimal): -15634200 or 15233041. OLE color: 15233041.
HSL color Cylindrical-coordinate representation of color #1170E8: hue angle of 213.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1170E8 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 112 | 232 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.09 |
| HSL | 213.49º | 0.86% | 0.49% | - |
| HSV(B) | 213.49º | 0.93% | 0.91% | - |
| XYZ | 20.59 | 17.53 | 78.64 | - |
| YUV | 97.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 232 | 0.93 | 0.52 | 0 | 0.09 | 213.49 | 0.86 | 0.49 |
| Hex | 11 | 70 | E8 | 5D | 34 | 0 | 9 | D5 | 56 | 31 |
| Octal | 21 | 160 | 350 | 135 | 64 | 0 | 11 | 325 | 126 | 61 |
| Binary | 10001 | 1110000 | 11101000 | 1011101 | 110100 | 0 | 1001 | 11010101 | 1010110 | 110001 |
Color Harmonies of #1170E8
Complementary color
Monochromatic Colors of #1170E8
Black with #1170E8
Text Example
Text Example
White with #1170E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1170E8; }
p { color: rgb(17,112,232); }
H1.HeaderClassName
{
color: #1170E8;
}
.AnyTagClassName
{
color: #1170E8;
}
</style>
background-color css
<style>
a { background-color: #1170E8; }
a { background-color: rgb(17,112,232); }
div.DivClassName
{
background-color: #1170E8;
}
.BgClassName
{
background-color: #1170E8;
}
</style>
border-color css
<style>
span { border-color: #1170E8; }
span { border-color: rgb(17,112,232); }
td.TdClassName
{
border-color: #1170E8;
}
.TagClassName
{
border-color: #1170E8;
}
</style>