Shades of Navy Blue #165CEF
Tints of Navy Blue #165CEF
RGB
CMYK
RGB Variations
Color information
#165CEF (or 0x165CEF) is known color: Navy Blue. HEX triplet: 16, 5C and EF. RGB value is (22,92,239). Sum of RGB (Red+Green+Blue) = 22+92+239=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #165CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CEF is #E9A310. Grayscale: #575757. Windows color (decimal): -15311633 or 15686678. OLE color: 15686678.
HSL color Cylindrical-coordinate representation of color #165CEF: hue angle of 220.65º degrees, saturation: 0.87, 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 #165CEF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 92 | 239 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.06 |
| HSL | 220.65º | 0.87% | 0.51% | - |
| HSV(B) | 220.65º | 0.91% | 0.94% | - |
| XYZ | 19.74 | 14.06 | 83.33 | - |
| YUV | 87.83 | 213.31 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 239 | 0.91 | 0.62 | 0 | 0.06 | 220.65 | 0.87 | 0.51 |
| Hex | 16 | 5C | EF | 5B | 3E | 0 | 6 | DD | 57 | 33 |
| Octal | 26 | 134 | 357 | 133 | 76 | 0 | 6 | 335 | 127 | 63 |
| Binary | 10110 | 1011100 | 11101111 | 1011011 | 111110 | 0 | 110 | 11011101 | 1010111 | 110011 |
Color Harmonies of #165CEF
Complementary color
Monochromatic Colors of #165CEF
Black with #165CEF
Text Example
Text Example
White with #165CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CEF; }
p { color: rgb(22,92,239); }
H1.HeaderClassName
{
color: #165CEF;
}
.AnyTagClassName
{
color: #165CEF;
}
</style>
background-color css
<style>
a { background-color: #165CEF; }
a { background-color: rgb(22,92,239); }
div.DivClassName
{
background-color: #165CEF;
}
.BgClassName
{
background-color: #165CEF;
}
</style>
border-color css
<style>
span { border-color: #165CEF; }
span { border-color: rgb(22,92,239); }
td.TdClassName
{
border-color: #165CEF;
}
.TagClassName
{
border-color: #165CEF;
}
</style>