Shades of Navy Blue #175AE1
Tints of Navy Blue #175AE1
RGB
CMYK
RGB Variations
Color information
#175AE1 (or 0x175AE1) is known color: Navy Blue. HEX triplet: 17, 5A and E1. RGB value is (23,90,225). Sum of RGB (Red+Green+Blue) = 23+90+225=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #175AE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175AE1 is #E8A51E. Grayscale: #545454. Windows color (decimal): -15246623 or 14768663. OLE color: 14768663.
HSL color Cylindrical-coordinate representation of color #175AE1: hue angle of 220.1º 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 #175AE1 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 90 | 225 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.12 |
| HSL | 220.1º | 0.81% | 0.49% | - |
| HSV(B) | 220.1º | 0.9% | 0.88% | - |
| XYZ | 17.6 | 12.93 | 72.8 | - |
| YUV | 85.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 225 | 0.90 | 0.60 | 0 | 0.12 | 220.1 | 0.81 | 0.49 |
| Hex | 17 | 5A | E1 | 5A | 3C | 0 | C | DC | 51 | 31 |
| Octal | 27 | 132 | 341 | 132 | 74 | 0 | 14 | 334 | 121 | 61 |
| Binary | 10111 | 1011010 | 11100001 | 1011010 | 111100 | 0 | 1100 | 11011100 | 1010001 | 110001 |
Color Harmonies of #175AE1
Complementary color
Monochromatic Colors of #175AE1
Black with #175AE1
Text Example
Text Example
White with #175AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175AE1; }
p { color: rgb(23,90,225); }
H1.HeaderClassName
{
color: #175AE1;
}
.AnyTagClassName
{
color: #175AE1;
}
</style>
background-color css
<style>
a { background-color: #175AE1; }
a { background-color: rgb(23,90,225); }
div.DivClassName
{
background-color: #175AE1;
}
.BgClassName
{
background-color: #175AE1;
}
</style>
border-color css
<style>
span { border-color: #175AE1; }
span { border-color: rgb(23,90,225); }
td.TdClassName
{
border-color: #175AE1;
}
.TagClassName
{
border-color: #175AE1;
}
</style>