Shades of Navy Blue #165CEE
Tints of Navy Blue #165CEE
RGB
CMYK
RGB Variations
Color information
#165CEE (or 0x165CEE) is known color: Navy Blue. HEX triplet: 16, 5C and EE. RGB value is (22,92,238). Sum of RGB (Red+Green+Blue) = 22+92+238=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #165CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CEE is #E9A311. Grayscale: #575757. Windows color (decimal): -15311634 or 15621142. OLE color: 15621142.
HSL color Cylindrical-coordinate representation of color #165CEE: hue angle of 220.56º 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 #165CEE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 92 | 238 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.07 |
| HSL | 220.56º | 0.86% | 0.51% | - |
| HSV(B) | 220.56º | 0.91% | 0.93% | - |
| XYZ | 19.59 | 14 | 82.56 | - |
| YUV | 87.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 238 | 0.91 | 0.61 | 0 | 0.07 | 220.56 | 0.86 | 0.51 |
| Hex | 16 | 5C | EE | 5B | 3D | 0 | 7 | DD | 56 | 33 |
| Octal | 26 | 134 | 356 | 133 | 75 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10110 | 1011100 | 11101110 | 1011011 | 111101 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #165CEE
Complementary color
Monochromatic Colors of #165CEE
Black with #165CEE
Text Example
Text Example
White with #165CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CEE; }
p { color: rgb(22,92,238); }
H1.HeaderClassName
{
color: #165CEE;
}
.AnyTagClassName
{
color: #165CEE;
}
</style>
background-color css
<style>
a { background-color: #165CEE; }
a { background-color: rgb(22,92,238); }
div.DivClassName
{
background-color: #165CEE;
}
.BgClassName
{
background-color: #165CEE;
}
</style>
border-color css
<style>
span { border-color: #165CEE; }
span { border-color: rgb(22,92,238); }
td.TdClassName
{
border-color: #165CEE;
}
.TagClassName
{
border-color: #165CEE;
}
</style>