Shades of Navy Blue #165EE7
Tints of Navy Blue #165EE7
RGB
CMYK
RGB Variations
Color information
#165EE7 (or 0x165EE7) is known color: Navy Blue. HEX triplet: 16, 5E and E7. RGB value is (22,94,231). Sum of RGB (Red+Green+Blue) = 22+94+231=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #165EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EE7 is #E9A118. Grayscale: #575757. Windows color (decimal): -15311129 or 15162902. OLE color: 15162902.
HSL color Cylindrical-coordinate representation of color #165EE7: hue angle of 219.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165EE7 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 94 | 231 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.09 |
| HSL | 219.33º | 0.83% | 0.5% | - |
| HSV(B) | 219.33º | 0.9% | 0.91% | - |
| XYZ | 18.76 | 13.95 | 77.3 | - |
| YUV | 88.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 231 | 0.90 | 0.59 | 0 | 0.09 | 219.33 | 0.83 | 0.5 |
| Hex | 16 | 5E | E7 | 5A | 3B | 0 | 9 | DB | 53 | 32 |
| Octal | 26 | 136 | 347 | 132 | 73 | 0 | 11 | 333 | 123 | 62 |
| Binary | 10110 | 1011110 | 11100111 | 1011010 | 111011 | 0 | 1001 | 11011011 | 1010011 | 110010 |
Color Harmonies of #165EE7
Complementary color
Monochromatic Colors of #165EE7
Black with #165EE7
Text Example
Text Example
White with #165EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EE7; }
p { color: rgb(22,94,231); }
H1.HeaderClassName
{
color: #165EE7;
}
.AnyTagClassName
{
color: #165EE7;
}
</style>
background-color css
<style>
a { background-color: #165EE7; }
a { background-color: rgb(22,94,231); }
div.DivClassName
{
background-color: #165EE7;
}
.BgClassName
{
background-color: #165EE7;
}
</style>
border-color css
<style>
span { border-color: #165EE7; }
span { border-color: rgb(22,94,231); }
td.TdClassName
{
border-color: #165EE7;
}
.TagClassName
{
border-color: #165EE7;
}
</style>