Shades of Navy Blue #165BE2
Tints of Navy Blue #165BE2
RGB
CMYK
RGB Variations
Color information
#165BE2 (or 0x165BE2) is known color: Navy Blue. HEX triplet: 16, 5B and E2. RGB value is (22,91,226). Sum of RGB (Red+Green+Blue) = 22+91+226=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 226 (88.67% from 255 or 66.67% from 339); Max value from RGB is 226 - color contains mainly: blue. Hex color #165BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BE2 is #E9A41D. Grayscale: #555555. Windows color (decimal): -15311902 or 14834454. OLE color: 14834454.
HSL color Cylindrical-coordinate representation of color #165BE2: hue angle of 219.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165BE2 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 91 | 226 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.11 |
| HSL | 219.71º | 0.82% | 0.49% | - |
| HSV(B) | 219.71º | 0.9% | 0.89% | - |
| XYZ | 17.8 | 13.14 | 73.55 | - |
| YUV | 85.76 | 207.14 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 226 | 0.90 | 0.60 | 0 | 0.11 | 219.71 | 0.82 | 0.49 |
| Hex | 16 | 5B | E2 | 5A | 3C | 0 | B | DC | 52 | 31 |
| Octal | 26 | 133 | 342 | 132 | 74 | 0 | 13 | 334 | 122 | 61 |
| Binary | 10110 | 1011011 | 11100010 | 1011010 | 111100 | 0 | 1011 | 11011100 | 1010010 | 110001 |
Color Harmonies of #165BE2
Complementary color
Monochromatic Colors of #165BE2
Black with #165BE2
Text Example
Text Example
White with #165BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BE2; }
p { color: rgb(22,91,226); }
H1.HeaderClassName
{
color: #165BE2;
}
.AnyTagClassName
{
color: #165BE2;
}
</style>
background-color css
<style>
a { background-color: #165BE2; }
a { background-color: rgb(22,91,226); }
div.DivClassName
{
background-color: #165BE2;
}
.BgClassName
{
background-color: #165BE2;
}
</style>
border-color css
<style>
span { border-color: #165BE2; }
span { border-color: rgb(22,91,226); }
td.TdClassName
{
border-color: #165BE2;
}
.TagClassName
{
border-color: #165BE2;
}
</style>