Shades of Navy Blue #175EEB
Tints of Navy Blue #175EEB
RGB
CMYK
RGB Variations
Color information
#175EEB (or 0x175EEB) is known color: Navy Blue. HEX triplet: 17, 5E and EB. RGB value is (23,94,235). Sum of RGB (Red+Green+Blue) = 23+94+235=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #175EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175EEB is #E8A114. Grayscale: #585858. Windows color (decimal): -15245589 or 15425047. OLE color: 15425047.
HSL color Cylindrical-coordinate representation of color #175EEB: hue angle of 219.91º 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 #175EEB is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 94 | 235 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.08 |
| HSL | 219.91º | 0.84% | 0.51% | - |
| HSV(B) | 219.91º | 0.9% | 0.92% | - |
| XYZ | 19.35 | 14.19 | 80.32 | - |
| YUV | 88.85 | 210.48 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 235 | 0.90 | 0.6 | 0 | 0.08 | 219.91 | 0.84 | 0.51 |
| Hex | 17 | 5E | EB | 5A | 3C | 0 | 8 | DC | 54 | 33 |
| Octal | 27 | 136 | 353 | 132 | 74 | 0 | 10 | 334 | 124 | 63 |
| Binary | 10111 | 1011110 | 11101011 | 1011010 | 111100 | 0 | 1000 | 11011100 | 1010100 | 110011 |
Color Harmonies of #175EEB
Complementary color
Monochromatic Colors of #175EEB
Black with #175EEB
Text Example
Text Example
White with #175EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EEB; }
p { color: rgb(23,94,235); }
H1.HeaderClassName
{
color: #175EEB;
}
.AnyTagClassName
{
color: #175EEB;
}
</style>
background-color css
<style>
a { background-color: #175EEB; }
a { background-color: rgb(23,94,235); }
div.DivClassName
{
background-color: #175EEB;
}
.BgClassName
{
background-color: #175EEB;
}
</style>
border-color css
<style>
span { border-color: #175EEB; }
span { border-color: rgb(23,94,235); }
td.TdClassName
{
border-color: #175EEB;
}
.TagClassName
{
border-color: #175EEB;
}
</style>