Shades of Navy Blue #165DF0
Tints of Navy Blue #165DF0
RGB
CMYK
RGB Variations
Color information
#165DF0 (or 0x165DF0) is known color: Navy Blue. HEX triplet: 16, 5D and F0. RGB value is (22,93,240). Sum of RGB (Red+Green+Blue) = 22+93+240=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #165DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DF0 is #E9A20F. Grayscale: #575757. Windows color (decimal): -15311376 or 15752470. OLE color: 15752470.
HSL color Cylindrical-coordinate representation of color #165DF0: hue angle of 220.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DF0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 93 | 240 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.06 |
| HSL | 220.46º | 0.88% | 0.51% | - |
| HSV(B) | 220.46º | 0.91% | 0.94% | - |
| XYZ | 19.97 | 14.29 | 84.14 | - |
| YUV | 88.53 | 213.48 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 240 | 0.91 | 0.61 | 0 | 0.06 | 220.46 | 0.88 | 0.51 |
| Hex | 16 | 5D | F0 | 5B | 3D | 0 | 6 | DC | 58 | 33 |
| Octal | 26 | 135 | 360 | 133 | 75 | 0 | 6 | 334 | 130 | 63 |
| Binary | 10110 | 1011101 | 11110000 | 1011011 | 111101 | 0 | 110 | 11011100 | 1011000 | 110011 |
Color Harmonies of #165DF0
Complementary color
Monochromatic Colors of #165DF0
Black with #165DF0
Text Example
Text Example
White with #165DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DF0; }
p { color: rgb(22,93,240); }
H1.HeaderClassName
{
color: #165DF0;
}
.AnyTagClassName
{
color: #165DF0;
}
</style>
background-color css
<style>
a { background-color: #165DF0; }
a { background-color: rgb(22,93,240); }
div.DivClassName
{
background-color: #165DF0;
}
.BgClassName
{
background-color: #165DF0;
}
</style>
border-color css
<style>
span { border-color: #165DF0; }
span { border-color: rgb(22,93,240); }
td.TdClassName
{
border-color: #165DF0;
}
.TagClassName
{
border-color: #165DF0;
}
</style>