Shades of Navy Blue #165CEB
Tints of Navy Blue #165CEB
RGB
CMYK
RGB Variations
Color information
#165CEB (or 0x165CEB) is known color: Navy Blue. HEX triplet: 16, 5C and EB. RGB value is (22,92,235). Sum of RGB (Red+Green+Blue) = 22+92+235=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #165CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CEB is #E9A314. Grayscale: #565656. Windows color (decimal): -15311637 or 15424534. OLE color: 15424534.
HSL color Cylindrical-coordinate representation of color #165CEB: hue angle of 220.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165CEB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 92 | 235 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.08 |
| HSL | 220.28º | 0.84% | 0.5% | - |
| HSV(B) | 220.28º | 0.91% | 0.92% | - |
| XYZ | 19.15 | 13.82 | 80.26 | - |
| YUV | 87.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 235 | 0.91 | 0.61 | 0 | 0.08 | 220.28 | 0.84 | 0.5 |
| Hex | 16 | 5C | EB | 5B | 3D | 0 | 8 | DC | 54 | 32 |
| Octal | 26 | 134 | 353 | 133 | 75 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10110 | 1011100 | 11101011 | 1011011 | 111101 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #165CEB
Complementary color
Monochromatic Colors of #165CEB
Black with #165CEB
Text Example
Text Example
White with #165CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CEB; }
p { color: rgb(22,92,235); }
H1.HeaderClassName
{
color: #165CEB;
}
.AnyTagClassName
{
color: #165CEB;
}
</style>
background-color css
<style>
a { background-color: #165CEB; }
a { background-color: rgb(22,92,235); }
div.DivClassName
{
background-color: #165CEB;
}
.BgClassName
{
background-color: #165CEB;
}
</style>
border-color css
<style>
span { border-color: #165CEB; }
span { border-color: rgb(22,92,235); }
td.TdClassName
{
border-color: #165CEB;
}
.TagClassName
{
border-color: #165CEB;
}
</style>