Shades of Navy Blue #165BED
Tints of Navy Blue #165BED
RGB
CMYK
RGB Variations
Color information
#165BED (or 0x165BED) is known color: Navy Blue. HEX triplet: 16, 5B and ED. RGB value is (22,91,237). Sum of RGB (Red+Green+Blue) = 22+91+237=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #165BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BED is #E9A412. Grayscale: #565656. Windows color (decimal): -15311891 or 15555350. OLE color: 15555350.
HSL color Cylindrical-coordinate representation of color #165BED: hue angle of 220.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165BED is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 91 | 237 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.07 |
| HSL | 220.74º | 0.86% | 0.51% | - |
| HSV(B) | 220.74º | 0.91% | 0.93% | - |
| XYZ | 19.36 | 13.77 | 81.76 | - |
| YUV | 87.01 | 212.64 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 237 | 0.91 | 0.62 | 0 | 0.07 | 220.74 | 0.86 | 0.51 |
| Hex | 16 | 5B | ED | 5B | 3E | 0 | 7 | DD | 56 | 33 |
| Octal | 26 | 133 | 355 | 133 | 76 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10110 | 1011011 | 11101101 | 1011011 | 111110 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #165BED
Complementary color
Monochromatic Colors of #165BED
Black with #165BED
Text Example
Text Example
White with #165BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BED; }
p { color: rgb(22,91,237); }
H1.HeaderClassName
{
color: #165BED;
}
.AnyTagClassName
{
color: #165BED;
}
</style>
background-color css
<style>
a { background-color: #165BED; }
a { background-color: rgb(22,91,237); }
div.DivClassName
{
background-color: #165BED;
}
.BgClassName
{
background-color: #165BED;
}
</style>
border-color css
<style>
span { border-color: #165BED; }
span { border-color: rgb(22,91,237); }
td.TdClassName
{
border-color: #165BED;
}
.TagClassName
{
border-color: #165BED;
}
</style>