Shades of Navy Blue #165EEE
Tints of Navy Blue #165EEE
RGB
CMYK
RGB Variations
Color information
#165EEE (or 0x165EEE) is known color: Navy Blue. HEX triplet: 16, 5E and EE. RGB value is (22,94,238). Sum of RGB (Red+Green+Blue) = 22+94+238=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #165EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EEE is #E9A111. Grayscale: #585858. Windows color (decimal): -15311122 or 15621654. OLE color: 15621654.
HSL color Cylindrical-coordinate representation of color #165EEE: hue angle of 220º 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 #165EEE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 94 | 238 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.07 |
| HSL | 220º | 0.86% | 0.51% | - |
| HSV(B) | 220º | 0.91% | 0.93% | - |
| XYZ | 19.77 | 14.35 | 82.62 | - |
| YUV | 88.89 | 212.15 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 238 | 0.91 | 0.61 | 0 | 0.07 | 220 | 0.86 | 0.51 |
| Hex | 16 | 5E | EE | 5B | 3D | 0 | 7 | DC | 56 | 33 |
| Octal | 26 | 136 | 356 | 133 | 75 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10110 | 1011110 | 11101110 | 1011011 | 111101 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #165EEE
Complementary color
Monochromatic Colors of #165EEE
Black with #165EEE
Text Example
Text Example
White with #165EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EEE; }
p { color: rgb(22,94,238); }
H1.HeaderClassName
{
color: #165EEE;
}
.AnyTagClassName
{
color: #165EEE;
}
</style>
background-color css
<style>
a { background-color: #165EEE; }
a { background-color: rgb(22,94,238); }
div.DivClassName
{
background-color: #165EEE;
}
.BgClassName
{
background-color: #165EEE;
}
</style>
border-color css
<style>
span { border-color: #165EEE; }
span { border-color: rgb(22,94,238); }
td.TdClassName
{
border-color: #165EEE;
}
.TagClassName
{
border-color: #165EEE;
}
</style>