Shades of Navy Blue #165EEA
Tints of Navy Blue #165EEA
RGB
CMYK
RGB Variations
Color information
#165EEA (or 0x165EEA) is known color: Navy Blue. HEX triplet: 16, 5E and EA. RGB value is (22,94,234). Sum of RGB (Red+Green+Blue) = 22+94+234=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #165EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EEA is #E9A115. Grayscale: #575757. Windows color (decimal): -15311126 or 15359510. OLE color: 15359510.
HSL color Cylindrical-coordinate representation of color #165EEA: hue angle of 219.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165EEA is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 94 | 234 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.08 |
| HSL | 219.62º | 0.83% | 0.5% | - |
| HSV(B) | 219.62º | 0.91% | 0.92% | - |
| XYZ | 19.18 | 14.12 | 79.56 | - |
| YUV | 88.43 | 210.15 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 234 | 0.91 | 0.60 | 0 | 0.08 | 219.62 | 0.83 | 0.5 |
| Hex | 16 | 5E | EA | 5B | 3C | 0 | 8 | DC | 53 | 32 |
| Octal | 26 | 136 | 352 | 133 | 74 | 0 | 10 | 334 | 123 | 62 |
| Binary | 10110 | 1011110 | 11101010 | 1011011 | 111100 | 0 | 1000 | 11011100 | 1010011 | 110010 |
Color Harmonies of #165EEA
Complementary color
Monochromatic Colors of #165EEA
Black with #165EEA
Text Example
Text Example
White with #165EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EEA; }
p { color: rgb(22,94,234); }
H1.HeaderClassName
{
color: #165EEA;
}
.AnyTagClassName
{
color: #165EEA;
}
</style>
background-color css
<style>
a { background-color: #165EEA; }
a { background-color: rgb(22,94,234); }
div.DivClassName
{
background-color: #165EEA;
}
.BgClassName
{
background-color: #165EEA;
}
</style>
border-color css
<style>
span { border-color: #165EEA; }
span { border-color: rgb(22,94,234); }
td.TdClassName
{
border-color: #165EEA;
}
.TagClassName
{
border-color: #165EEA;
}
</style>