Shades of Navy Blue #165FE0
Tints of Navy Blue #165FE0
RGB
CMYK
RGB Variations
Color information
#165FE0 (or 0x165FE0) is known color: Navy Blue. HEX triplet: 16, 5F and E0. RGB value is (22,95,224). Sum of RGB (Red+Green+Blue) = 22+95+224=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #165FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FE0 is #E9A01F. Grayscale: #575757. Windows color (decimal): -15310880 or 14704406. OLE color: 14704406.
HSL color Cylindrical-coordinate representation of color #165FE0: hue angle of 218.32º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165FE0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 95 | 224 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.12 |
| HSL | 218.32º | 0.82% | 0.48% | - |
| HSV(B) | 218.32º | 0.9% | 0.88% | - |
| XYZ | 17.88 | 13.74 | 72.23 | - |
| YUV | 87.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 224 | 0.90 | 0.58 | 0 | 0.12 | 218.32 | 0.82 | 0.48 |
| Hex | 16 | 5F | E0 | 5A | 3A | 0 | C | DA | 52 | 30 |
| Octal | 26 | 137 | 340 | 132 | 72 | 0 | 14 | 332 | 122 | 60 |
| Binary | 10110 | 1011111 | 11100000 | 1011010 | 111010 | 0 | 1100 | 11011010 | 1010010 | 110000 |
Color Harmonies of #165FE0
Complementary color
Monochromatic Colors of #165FE0
Black with #165FE0
Text Example
Text Example
White with #165FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FE0; }
p { color: rgb(22,95,224); }
H1.HeaderClassName
{
color: #165FE0;
}
.AnyTagClassName
{
color: #165FE0;
}
</style>
background-color css
<style>
a { background-color: #165FE0; }
a { background-color: rgb(22,95,224); }
div.DivClassName
{
background-color: #165FE0;
}
.BgClassName
{
background-color: #165FE0;
}
</style>
border-color css
<style>
span { border-color: #165FE0; }
span { border-color: rgb(22,95,224); }
td.TdClassName
{
border-color: #165FE0;
}
.TagClassName
{
border-color: #165FE0;
}
</style>