Shades of Navy Blue #165BEA
Tints of Navy Blue #165BEA
RGB
CMYK
RGB Variations
Color information
#165BEA (or 0x165BEA) is known color: Navy Blue. HEX triplet: 16, 5B and EA. RGB value is (22,91,234). Sum of RGB (Red+Green+Blue) = 22+91+234=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #165BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEA is #E9A415. Grayscale: #565656. Windows color (decimal): -15311894 or 15358742. OLE color: 15358742.
HSL color Cylindrical-coordinate representation of color #165BEA: hue angle of 220.47º 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 #165BEA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 91 | 234 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.08 |
| HSL | 220.47º | 0.83% | 0.5% | - |
| HSV(B) | 220.47º | 0.91% | 0.92% | - |
| XYZ | 18.92 | 13.59 | 79.47 | - |
| YUV | 86.67 | 211.14 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 234 | 0.91 | 0.61 | 0 | 0.08 | 220.47 | 0.83 | 0.5 |
| Hex | 16 | 5B | EA | 5B | 3D | 0 | 8 | DC | 53 | 32 |
| Octal | 26 | 133 | 352 | 133 | 75 | 0 | 10 | 334 | 123 | 62 |
| Binary | 10110 | 1011011 | 11101010 | 1011011 | 111101 | 0 | 1000 | 11011100 | 1010011 | 110010 |
Color Harmonies of #165BEA
Complementary color
Monochromatic Colors of #165BEA
Black with #165BEA
Text Example
Text Example
White with #165BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BEA; }
p { color: rgb(22,91,234); }
H1.HeaderClassName
{
color: #165BEA;
}
.AnyTagClassName
{
color: #165BEA;
}
</style>
background-color css
<style>
a { background-color: #165BEA; }
a { background-color: rgb(22,91,234); }
div.DivClassName
{
background-color: #165BEA;
}
.BgClassName
{
background-color: #165BEA;
}
</style>
border-color css
<style>
span { border-color: #165BEA; }
span { border-color: rgb(22,91,234); }
td.TdClassName
{
border-color: #165BEA;
}
.TagClassName
{
border-color: #165BEA;
}
</style>