Shades of Navy Blue #165EED
Tints of Navy Blue #165EED
RGB
CMYK
RGB Variations
Color information
#165EED (or 0x165EED) is known color: Navy Blue. HEX triplet: 16, 5E and ED. RGB value is (22,94,237). Sum of RGB (Red+Green+Blue) = 22+94+237=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #165EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EED is #E9A112. Grayscale: #585858. Windows color (decimal): -15311123 or 15556118. OLE color: 15556118.
HSL color Cylindrical-coordinate representation of color #165EED: hue angle of 219.91º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165EED is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 94 | 237 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.07 |
| HSL | 219.91º | 0.86% | 0.51% | - |
| HSV(B) | 219.91º | 0.91% | 0.93% | - |
| XYZ | 19.62 | 14.29 | 81.85 | - |
| YUV | 88.77 | 211.65 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 237 | 0.91 | 0.60 | 0 | 0.07 | 219.91 | 0.86 | 0.51 |
| Hex | 16 | 5E | ED | 5B | 3C | 0 | 7 | DC | 56 | 33 |
| Octal | 26 | 136 | 355 | 133 | 74 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10110 | 1011110 | 11101101 | 1011011 | 111100 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #165EED
Complementary color
Monochromatic Colors of #165EED
Black with #165EED
Text Example
Text Example
White with #165EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EED; }
p { color: rgb(22,94,237); }
H1.HeaderClassName
{
color: #165EED;
}
.AnyTagClassName
{
color: #165EED;
}
</style>
background-color css
<style>
a { background-color: #165EED; }
a { background-color: rgb(22,94,237); }
div.DivClassName
{
background-color: #165EED;
}
.BgClassName
{
background-color: #165EED;
}
</style>
border-color css
<style>
span { border-color: #165EED; }
span { border-color: rgb(22,94,237); }
td.TdClassName
{
border-color: #165EED;
}
.TagClassName
{
border-color: #165EED;
}
</style>