Shades of Navy Blue #175CDF
Tints of Navy Blue #175CDF
RGB
CMYK
RGB Variations
Color information
#175CDF (or 0x175CDF) is known color: Navy Blue. HEX triplet: 17, 5C and DF. RGB value is (23,92,223). Sum of RGB (Red+Green+Blue) = 23+92+223=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #175CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CDF is #E8A320. Grayscale: #555555. Windows color (decimal): -15246113 or 14638103. OLE color: 14638103.
HSL color Cylindrical-coordinate representation of color #175CDF: hue angle of 219.3º 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 #175CDF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 92 | 223 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.3º | 0.81% | 0.48% | - |
| HSV(B) | 219.3º | 0.9% | 0.87% | - |
| XYZ | 17.5 | 13.16 | 71.43 | - |
| YUV | 86.3 | 205.14 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 223 | 0.90 | 0.59 | 0 | 0.13 | 219.3 | 0.81 | 0.48 |
| Hex | 17 | 5C | DF | 5A | 3B | 0 | D | DB | 51 | 30 |
| Octal | 27 | 134 | 337 | 132 | 73 | 0 | 15 | 333 | 121 | 60 |
| Binary | 10111 | 1011100 | 11011111 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #175CDF
Complementary color
Monochromatic Colors of #175CDF
Black with #175CDF
Text Example
Text Example
White with #175CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CDF; }
p { color: rgb(23,92,223); }
H1.HeaderClassName
{
color: #175CDF;
}
.AnyTagClassName
{
color: #175CDF;
}
</style>
background-color css
<style>
a { background-color: #175CDF; }
a { background-color: rgb(23,92,223); }
div.DivClassName
{
background-color: #175CDF;
}
.BgClassName
{
background-color: #175CDF;
}
</style>
border-color css
<style>
span { border-color: #175CDF; }
span { border-color: rgb(23,92,223); }
td.TdClassName
{
border-color: #175CDF;
}
.TagClassName
{
border-color: #175CDF;
}
</style>