Shades of Navy Blue #175EDF
Tints of Navy Blue #175EDF
RGB
CMYK
RGB Variations
Color information
#175EDF (or 0x175EDF) is known color: Navy Blue. HEX triplet: 17, 5E and DF. RGB value is (23,94,223). Sum of RGB (Red+Green+Blue) = 23+94+223=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #175EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175EDF is #E8A120. Grayscale: #565656. Windows color (decimal): -15245601 or 14638615. OLE color: 14638615.
HSL color Cylindrical-coordinate representation of color #175EDF: hue angle of 218.7º 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 #175EDF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 94 | 223 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.13 |
| HSL | 218.7º | 0.81% | 0.48% | - |
| HSV(B) | 218.7º | 0.9% | 0.87% | - |
| XYZ | 17.68 | 13.52 | 71.49 | - |
| YUV | 87.48 | 204.48 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 223 | 0.90 | 0.58 | 0 | 0.13 | 218.7 | 0.81 | 0.48 |
| Hex | 17 | 5E | DF | 5A | 3A | 0 | D | DB | 51 | 30 |
| Octal | 27 | 136 | 337 | 132 | 72 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011110 | 11011111 | 1011010 | 111010 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175EDF
Complementary color
Monochromatic Colors of #175EDF
Black with #175EDF
Text Example
Text Example
White with #175EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EDF; }
p { color: rgb(23,94,223); }
H1.HeaderClassName
{
color: #175EDF;
}
.AnyTagClassName
{
color: #175EDF;
}
</style>
background-color css
<style>
a { background-color: #175EDF; }
a { background-color: rgb(23,94,223); }
div.DivClassName
{
background-color: #175EDF;
}
.BgClassName
{
background-color: #175EDF;
}
</style>
border-color css
<style>
span { border-color: #175EDF; }
span { border-color: rgb(23,94,223); }
td.TdClassName
{
border-color: #175EDF;
}
.TagClassName
{
border-color: #175EDF;
}
</style>