Shades of Navy Blue #165DE2
Tints of Navy Blue #165DE2
RGB
CMYK
RGB Variations
Color information
#165DE2 (or 0x165DE2) is known color: Navy Blue. HEX triplet: 16, 5D and E2. RGB value is (22,93,226). Sum of RGB (Red+Green+Blue) = 22+93+226=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #165DE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DE2 is #E9A21D. Grayscale: #565656. Windows color (decimal): -15311390 or 14834966. OLE color: 14834966.
HSL color Cylindrical-coordinate representation of color #165DE2: hue angle of 219.12º 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 #165DE2 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 93 | 226 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.11 |
| HSL | 219.12º | 0.82% | 0.49% | - |
| HSV(B) | 219.12º | 0.9% | 0.89% | - |
| XYZ | 17.97 | 13.49 | 73.61 | - |
| YUV | 86.93 | 206.48 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 226 | 0.90 | 0.59 | 0 | 0.11 | 219.12 | 0.82 | 0.49 |
| Hex | 16 | 5D | E2 | 5A | 3B | 0 | B | DB | 52 | 31 |
| Octal | 26 | 135 | 342 | 132 | 73 | 0 | 13 | 333 | 122 | 61 |
| Binary | 10110 | 1011101 | 11100010 | 1011010 | 111011 | 0 | 1011 | 11011011 | 1010010 | 110001 |
Color Harmonies of #165DE2
Complementary color
Monochromatic Colors of #165DE2
Black with #165DE2
Text Example
Text Example
White with #165DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DE2; }
p { color: rgb(22,93,226); }
H1.HeaderClassName
{
color: #165DE2;
}
.AnyTagClassName
{
color: #165DE2;
}
</style>
background-color css
<style>
a { background-color: #165DE2; }
a { background-color: rgb(22,93,226); }
div.DivClassName
{
background-color: #165DE2;
}
.BgClassName
{
background-color: #165DE2;
}
</style>
border-color css
<style>
span { border-color: #165DE2; }
span { border-color: rgb(22,93,226); }
td.TdClassName
{
border-color: #165DE2;
}
.TagClassName
{
border-color: #165DE2;
}
</style>