Shades of Navy Blue #175EDB
Tints of Navy Blue #175EDB
RGB
CMYK
RGB Variations
Color information
#175EDB (or 0x175EDB) is known color: Navy Blue. HEX triplet: 17, 5E and DB. RGB value is (23,94,219). Sum of RGB (Red+Green+Blue) = 23+94+219=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #175EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175EDB is #E8A124. Grayscale: #565656. Windows color (decimal): -15245605 or 14376471. OLE color: 14376471.
HSL color Cylindrical-coordinate representation of color #175EDB: hue angle of 218.27º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175EDB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 94 | 219 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.14 |
| HSL | 218.27º | 0.81% | 0.47% | - |
| HSV(B) | 218.27º | 0.89% | 0.86% | - |
| XYZ | 17.14 | 13.3 | 68.68 | - |
| YUV | 87.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 219 | 0.89 | 0.57 | 0 | 0.14 | 218.27 | 0.81 | 0.47 |
| Hex | 17 | 5E | DB | 59 | 39 | 0 | E | DA | 51 | 2F |
| Octal | 27 | 136 | 333 | 131 | 71 | 0 | 16 | 332 | 121 | 57 |
| Binary | 10111 | 1011110 | 11011011 | 1011001 | 111001 | 0 | 1110 | 11011010 | 1010001 | 101111 |
Color Harmonies of #175EDB
Complementary color
Monochromatic Colors of #175EDB
Black with #175EDB
Text Example
Text Example
White with #175EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EDB; }
p { color: rgb(23,94,219); }
H1.HeaderClassName
{
color: #175EDB;
}
.AnyTagClassName
{
color: #175EDB;
}
</style>
background-color css
<style>
a { background-color: #175EDB; }
a { background-color: rgb(23,94,219); }
div.DivClassName
{
background-color: #175EDB;
}
.BgClassName
{
background-color: #175EDB;
}
</style>
border-color css
<style>
span { border-color: #175EDB; }
span { border-color: rgb(23,94,219); }
td.TdClassName
{
border-color: #175EDB;
}
.TagClassName
{
border-color: #175EDB;
}
</style>