Shades of Navy Blue #165FED
Tints of Navy Blue #165FED
RGB
CMYK
RGB Variations
Color information
#165FED (or 0x165FED) is known color: Navy Blue. HEX triplet: 16, 5F and ED. RGB value is (22,95,237). Sum of RGB (Red+Green+Blue) = 22+95+237=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #165FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FED is #E9A012. Grayscale: #585858. Windows color (decimal): -15310867 or 15556374. OLE color: 15556374.
HSL color Cylindrical-coordinate representation of color #165FED: hue angle of 219.63º 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 #165FED is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 95 | 237 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.07 |
| HSL | 219.63º | 0.86% | 0.51% | - |
| HSV(B) | 219.63º | 0.91% | 0.93% | - |
| XYZ | 19.71 | 14.47 | 81.87 | - |
| YUV | 89.36 | 211.32 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 237 | 0.91 | 0.60 | 0 | 0.07 | 219.63 | 0.86 | 0.51 |
| Hex | 16 | 5F | ED | 5B | 3C | 0 | 7 | DC | 56 | 33 |
| Octal | 26 | 137 | 355 | 133 | 74 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10110 | 1011111 | 11101101 | 1011011 | 111100 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #165FED
Complementary color
Monochromatic Colors of #165FED
Black with #165FED
Text Example
Text Example
White with #165FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FED; }
p { color: rgb(22,95,237); }
H1.HeaderClassName
{
color: #165FED;
}
.AnyTagClassName
{
color: #165FED;
}
</style>
background-color css
<style>
a { background-color: #165FED; }
a { background-color: rgb(22,95,237); }
div.DivClassName
{
background-color: #165FED;
}
.BgClassName
{
background-color: #165FED;
}
</style>
border-color css
<style>
span { border-color: #165FED; }
span { border-color: rgb(22,95,237); }
td.TdClassName
{
border-color: #165FED;
}
.TagClassName
{
border-color: #165FED;
}
</style>