Shades of Navy Blue #175FDB
Tints of Navy Blue #175FDB
RGB
CMYK
RGB Variations
Color information
#175FDB (or 0x175FDB) is known color: Navy Blue. HEX triplet: 17, 5F and DB. RGB value is (23,95,219). Sum of RGB (Red+Green+Blue) = 23+95+219=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #175FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FDB is #E8A024. Grayscale: #575757. Windows color (decimal): -15245349 or 14376727. OLE color: 14376727.
HSL color Cylindrical-coordinate representation of color #175FDB: hue angle of 217.96º 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 #175FDB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 95 | 219 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.14 |
| HSL | 217.96º | 0.81% | 0.47% | - |
| HSV(B) | 217.96º | 0.89% | 0.86% | - |
| XYZ | 17.23 | 13.48 | 68.71 | - |
| YUV | 87.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 219 | 0.89 | 0.57 | 0 | 0.14 | 217.96 | 0.81 | 0.47 |
| Hex | 17 | 5F | DB | 59 | 39 | 0 | E | DA | 51 | 2F |
| Octal | 27 | 137 | 333 | 131 | 71 | 0 | 16 | 332 | 121 | 57 |
| Binary | 10111 | 1011111 | 11011011 | 1011001 | 111001 | 0 | 1110 | 11011010 | 1010001 | 101111 |
Color Harmonies of #175FDB
Complementary color
Monochromatic Colors of #175FDB
Black with #175FDB
Text Example
Text Example
White with #175FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FDB; }
p { color: rgb(23,95,219); }
H1.HeaderClassName
{
color: #175FDB;
}
.AnyTagClassName
{
color: #175FDB;
}
</style>
background-color css
<style>
a { background-color: #175FDB; }
a { background-color: rgb(23,95,219); }
div.DivClassName
{
background-color: #175FDB;
}
.BgClassName
{
background-color: #175FDB;
}
</style>
border-color css
<style>
span { border-color: #175FDB; }
span { border-color: rgb(23,95,219); }
td.TdClassName
{
border-color: #175FDB;
}
.TagClassName
{
border-color: #175FDB;
}
</style>