Shades of Navy Blue #175BDD
Tints of Navy Blue #175BDD
RGB
CMYK
RGB Variations
Color information
#175BDD (or 0x175BDD) is known color: Navy Blue. HEX triplet: 17, 5B and DD. RGB value is (23,91,221). Sum of RGB (Red+Green+Blue) = 23+91+221=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #175BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BDD is #E8A422. Grayscale: #545454. Windows color (decimal): -15246371 or 14506775. OLE color: 14506775.
HSL color Cylindrical-coordinate representation of color #175BDD: hue angle of 219.39º 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 #175BDD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 91 | 221 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.39º | 0.81% | 0.48% | - |
| HSV(B) | 219.39º | 0.9% | 0.87% | - |
| XYZ | 17.15 | 12.88 | 69.99 | - |
| YUV | 85.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 221 | 0.90 | 0.59 | 0 | 0.13 | 219.39 | 0.81 | 0.48 |
| Hex | 17 | 5B | DD | 5A | 3B | 0 | D | DB | 51 | 30 |
| Octal | 27 | 133 | 335 | 132 | 73 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011011 | 11011101 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175BDD
Complementary color
Monochromatic Colors of #175BDD
Black with #175BDD
Text Example
Text Example
White with #175BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BDD; }
p { color: rgb(23,91,221); }
H1.HeaderClassName
{
color: #175BDD;
}
.AnyTagClassName
{
color: #175BDD;
}
</style>
background-color css
<style>
a { background-color: #175BDD; }
a { background-color: rgb(23,91,221); }
div.DivClassName
{
background-color: #175BDD;
}
.BgClassName
{
background-color: #175BDD;
}
</style>
border-color css
<style>
span { border-color: #175BDD; }
span { border-color: rgb(23,91,221); }
td.TdClassName
{
border-color: #175BDD;
}
.TagClassName
{
border-color: #175BDD;
}
</style>