Shades of Navy Blue #175BDE
Tints of Navy Blue #175BDE
RGB
CMYK
RGB Variations
Color information
#175BDE (or 0x175BDE) is known color: Navy Blue. HEX triplet: 17, 5B and DE. RGB value is (23,91,222). Sum of RGB (Red+Green+Blue) = 23+91+222=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #175BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BDE is #E8A421. Grayscale: #555555. Windows color (decimal): -15246370 or 14572311. OLE color: 14572311.
HSL color Cylindrical-coordinate representation of color #175BDE: hue angle of 219.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BDE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 91 | 222 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.5º | 0.81% | 0.48% | - |
| HSV(B) | 219.5º | 0.9% | 0.87% | - |
| XYZ | 17.28 | 12.94 | 70.69 | - |
| YUV | 85.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 222 | 0.90 | 0.59 | 0 | 0.13 | 219.5 | 0.81 | 0.48 |
| Hex | 17 | 5B | DE | 5A | 3B | 0 | D | DB | 51 | 30 |
| Octal | 27 | 133 | 336 | 132 | 73 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011011 | 11011110 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175BDE
Complementary color
Monochromatic Colors of #175BDE
Black with #175BDE
Text Example
Text Example
White with #175BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BDE; }
p { color: rgb(23,91,222); }
H1.HeaderClassName
{
color: #175BDE;
}
.AnyTagClassName
{
color: #175BDE;
}
</style>
background-color css
<style>
a { background-color: #175BDE; }
a { background-color: rgb(23,91,222); }
div.DivClassName
{
background-color: #175BDE;
}
.BgClassName
{
background-color: #175BDE;
}
</style>
border-color css
<style>
span { border-color: #175BDE; }
span { border-color: rgb(23,91,222); }
td.TdClassName
{
border-color: #175BDE;
}
.TagClassName
{
border-color: #175BDE;
}
</style>