Shades of Navy Blue #1165EF
Tints of Navy Blue #1165EF
RGB
CMYK
RGB Variations
Color information
#1165EF (or 0x1165EF) is known color: Navy Blue. HEX triplet: 11, 65 and EF. RGB value is (17,101,239). Sum of RGB (Red+Green+Blue) = 17+101+239=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1165EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165EF is #EE9A10. Grayscale: #5A5A5A. Windows color (decimal): -15637009 or 15688977. OLE color: 15688977.
HSL color Cylindrical-coordinate representation of color #1165EF: hue angle of 217.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1165EF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 101 | 239 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.06 |
| HSL | 217.3º | 0.87% | 0.5% | - |
| HSV(B) | 217.3º | 0.93% | 0.94% | - |
| XYZ | 20.46 | 15.66 | 83.61 | - |
| YUV | 91.62 | 211.17 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 239 | 0.93 | 0.58 | 0 | 0.06 | 217.3 | 0.87 | 0.5 |
| Hex | 11 | 65 | EF | 5D | 3A | 0 | 6 | D9 | 57 | 32 |
| Octal | 21 | 145 | 357 | 135 | 72 | 0 | 6 | 331 | 127 | 62 |
| Binary | 10001 | 1100101 | 11101111 | 1011101 | 111010 | 0 | 110 | 11011001 | 1010111 | 110010 |
Color Harmonies of #1165EF
Complementary color
Monochromatic Colors of #1165EF
Black with #1165EF
Text Example
Text Example
White with #1165EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165EF; }
p { color: rgb(17,101,239); }
H1.HeaderClassName
{
color: #1165EF;
}
.AnyTagClassName
{
color: #1165EF;
}
</style>
background-color css
<style>
a { background-color: #1165EF; }
a { background-color: rgb(17,101,239); }
div.DivClassName
{
background-color: #1165EF;
}
.BgClassName
{
background-color: #1165EF;
}
</style>
border-color css
<style>
span { border-color: #1165EF; }
span { border-color: rgb(17,101,239); }
td.TdClassName
{
border-color: #1165EF;
}
.TagClassName
{
border-color: #1165EF;
}
</style>