Shades of Navy Blue #165EDB
Tints of Navy Blue #165EDB
RGB
CMYK
RGB Variations
Color information
#165EDB (or 0x165EDB) is known color: Navy Blue. HEX triplet: 16, 5E and DB. RGB value is (22,94,219). Sum of RGB (Red+Green+Blue) = 22+94+219=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #165EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EDB is #E9A124. Grayscale: #565656. Windows color (decimal): -15311141 or 14376470. OLE color: 14376470.
HSL color Cylindrical-coordinate representation of color #165EDB: hue angle of 218.07º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165EDB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 94 | 219 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.14 |
| HSL | 218.07º | 0.82% | 0.47% | - |
| HSV(B) | 218.07º | 0.9% | 0.86% | - |
| XYZ | 17.12 | 13.29 | 68.68 | - |
| YUV | 86.72 | 202.65 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 219 | 0.90 | 0.57 | 0 | 0.14 | 218.07 | 0.82 | 0.47 |
| Hex | 16 | 5E | DB | 5A | 39 | 0 | E | DA | 52 | 2F |
| Octal | 26 | 136 | 333 | 132 | 71 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10110 | 1011110 | 11011011 | 1011010 | 111001 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #165EDB
Complementary color
Monochromatic Colors of #165EDB
Black with #165EDB
Text Example
Text Example
White with #165EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EDB; }
p { color: rgb(22,94,219); }
H1.HeaderClassName
{
color: #165EDB;
}
.AnyTagClassName
{
color: #165EDB;
}
</style>
background-color css
<style>
a { background-color: #165EDB; }
a { background-color: rgb(22,94,219); }
div.DivClassName
{
background-color: #165EDB;
}
.BgClassName
{
background-color: #165EDB;
}
</style>
border-color css
<style>
span { border-color: #165EDB; }
span { border-color: rgb(22,94,219); }
td.TdClassName
{
border-color: #165EDB;
}
.TagClassName
{
border-color: #165EDB;
}
</style>