Shades of Navy Blue #165EDA
Tints of Navy Blue #165EDA
RGB
CMYK
RGB Variations
Color information
#165EDA (or 0x165EDA) is known color: Navy Blue. HEX triplet: 16, 5E and DA. RGB value is (22,94,218). Sum of RGB (Red+Green+Blue) = 22+94+218=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #165EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EDA is #E9A125. Grayscale: #565656. Windows color (decimal): -15311142 or 14310934. OLE color: 14310934.
HSL color Cylindrical-coordinate representation of color #165EDA: hue angle of 217.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165EDA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 94 | 218 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.15 |
| HSL | 217.96º | 0.82% | 0.47% | - |
| HSV(B) | 217.96º | 0.9% | 0.85% | - |
| XYZ | 16.99 | 13.24 | 67.99 | - |
| YUV | 86.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 218 | 0.90 | 0.57 | 0 | 0.15 | 217.96 | 0.82 | 0.47 |
| Hex | 16 | 5E | DA | 5A | 39 | 0 | F | DA | 52 | 2F |
| Octal | 26 | 136 | 332 | 132 | 71 | 0 | 17 | 332 | 122 | 57 |
| Binary | 10110 | 1011110 | 11011010 | 1011010 | 111001 | 0 | 1111 | 11011010 | 1010010 | 101111 |
Color Harmonies of #165EDA
Complementary color
Monochromatic Colors of #165EDA
Black with #165EDA
Text Example
Text Example
White with #165EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EDA; }
p { color: rgb(22,94,218); }
H1.HeaderClassName
{
color: #165EDA;
}
.AnyTagClassName
{
color: #165EDA;
}
</style>
background-color css
<style>
a { background-color: #165EDA; }
a { background-color: rgb(22,94,218); }
div.DivClassName
{
background-color: #165EDA;
}
.BgClassName
{
background-color: #165EDA;
}
</style>
border-color css
<style>
span { border-color: #165EDA; }
span { border-color: rgb(22,94,218); }
td.TdClassName
{
border-color: #165EDA;
}
.TagClassName
{
border-color: #165EDA;
}
</style>