Shades of Navy Blue #1165E5
Tints of Navy Blue #1165E5
RGB
CMYK
RGB Variations
Color information
#1165E5 (or 0x1165E5) is known color: Navy Blue. HEX triplet: 11, 65 and E5. RGB value is (17,101,229). Sum of RGB (Red+Green+Blue) = 17+101+229=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #1165E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165E5 is #EE9A1A. Grayscale: #595959. Windows color (decimal): -15637019 or 15033617. OLE color: 15033617.
HSL color Cylindrical-coordinate representation of color #1165E5: hue angle of 216.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1165E5 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 101 | 229 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.10 |
| HSL | 216.23º | 0.86% | 0.48% | - |
| HSV(B) | 216.23º | 0.93% | 0.9% | - |
| XYZ | 19.03 | 15.08 | 76.04 | - |
| YUV | 90.48 | 206.17 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 229 | 0.93 | 0.56 | 0 | 0.10 | 216.23 | 0.86 | 0.48 |
| Hex | 11 | 65 | E5 | 5D | 38 | 0 | A | D8 | 56 | 30 |
| Octal | 21 | 145 | 345 | 135 | 70 | 0 | 12 | 330 | 126 | 60 |
| Binary | 10001 | 1100101 | 11100101 | 1011101 | 111000 | 0 | 1010 | 11011000 | 1010110 | 110000 |
Color Harmonies of #1165E5
Complementary color
Monochromatic Colors of #1165E5
Black with #1165E5
Text Example
Text Example
White with #1165E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165E5; }
p { color: rgb(17,101,229); }
H1.HeaderClassName
{
color: #1165E5;
}
.AnyTagClassName
{
color: #1165E5;
}
</style>
background-color css
<style>
a { background-color: #1165E5; }
a { background-color: rgb(17,101,229); }
div.DivClassName
{
background-color: #1165E5;
}
.BgClassName
{
background-color: #1165E5;
}
</style>
border-color css
<style>
span { border-color: #1165E5; }
span { border-color: rgb(17,101,229); }
td.TdClassName
{
border-color: #1165E5;
}
.TagClassName
{
border-color: #1165E5;
}
</style>