Shades of Navy Blue #175BEB
Tints of Navy Blue #175BEB
RGB
CMYK
RGB Variations
Color information
#175BEB (or 0x175BEB) is known color: Navy Blue. HEX triplet: 17, 5B and EB. RGB value is (23,91,235). Sum of RGB (Red+Green+Blue) = 23+91+235=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 91 (35.94% from 255 or 26.07% 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 #175BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BEB is #E8A414. Grayscale: #565656. Windows color (decimal): -15246357 or 15424279. OLE color: 15424279.
HSL color Cylindrical-coordinate representation of color #175BEB: hue angle of 220.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BEB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 91 | 235 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.08 |
| HSL | 220.75º | 0.84% | 0.51% | - |
| HSV(B) | 220.75º | 0.9% | 0.92% | - |
| XYZ | 19.09 | 13.66 | 80.23 | - |
| YUV | 87.08 | 211.47 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 235 | 0.90 | 0.61 | 0 | 0.08 | 220.75 | 0.84 | 0.51 |
| Hex | 17 | 5B | EB | 5A | 3D | 0 | 8 | DD | 54 | 33 |
| Octal | 27 | 133 | 353 | 132 | 75 | 0 | 10 | 335 | 124 | 63 |
| Binary | 10111 | 1011011 | 11101011 | 1011010 | 111101 | 0 | 1000 | 11011101 | 1010100 | 110011 |
Color Harmonies of #175BEB
Complementary color
Monochromatic Colors of #175BEB
Black with #175BEB
Text Example
Text Example
White with #175BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BEB; }
p { color: rgb(23,91,235); }
H1.HeaderClassName
{
color: #175BEB;
}
.AnyTagClassName
{
color: #175BEB;
}
</style>
background-color css
<style>
a { background-color: #175BEB; }
a { background-color: rgb(23,91,235); }
div.DivClassName
{
background-color: #175BEB;
}
.BgClassName
{
background-color: #175BEB;
}
</style>
border-color css
<style>
span { border-color: #175BEB; }
span { border-color: rgb(23,91,235); }
td.TdClassName
{
border-color: #175BEB;
}
.TagClassName
{
border-color: #175BEB;
}
</style>