Shades of Navy Blue #175BE1
Tints of Navy Blue #175BE1
RGB
CMYK
RGB Variations
Color information
#175BE1 (or 0x175BE1) is known color: Navy Blue. HEX triplet: 17, 5B and E1. RGB value is (23,91,225). Sum of RGB (Red+Green+Blue) = 23+91+225=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #175BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BE1 is #E8A41E. Grayscale: #555555. Windows color (decimal): -15246367 or 14768919. OLE color: 14768919.
HSL color Cylindrical-coordinate representation of color #175BE1: hue angle of 219.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BE1 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 91 | 225 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.12 |
| HSL | 219.8º | 0.81% | 0.49% | - |
| HSV(B) | 219.8º | 0.9% | 0.88% | - |
| XYZ | 17.69 | 13.1 | 72.83 | - |
| YUV | 85.94 | 206.47 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 225 | 0.90 | 0.60 | 0 | 0.12 | 219.8 | 0.81 | 0.49 |
| Hex | 17 | 5B | E1 | 5A | 3C | 0 | C | DC | 51 | 31 |
| Octal | 27 | 133 | 341 | 132 | 74 | 0 | 14 | 334 | 121 | 61 |
| Binary | 10111 | 1011011 | 11100001 | 1011010 | 111100 | 0 | 1100 | 11011100 | 1010001 | 110001 |
Color Harmonies of #175BE1
Complementary color
Monochromatic Colors of #175BE1
Black with #175BE1
Text Example
Text Example
White with #175BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BE1; }
p { color: rgb(23,91,225); }
H1.HeaderClassName
{
color: #175BE1;
}
.AnyTagClassName
{
color: #175BE1;
}
</style>
background-color css
<style>
a { background-color: #175BE1; }
a { background-color: rgb(23,91,225); }
div.DivClassName
{
background-color: #175BE1;
}
.BgClassName
{
background-color: #175BE1;
}
</style>
border-color css
<style>
span { border-color: #175BE1; }
span { border-color: rgb(23,91,225); }
td.TdClassName
{
border-color: #175BE1;
}
.TagClassName
{
border-color: #175BE1;
}
</style>