Shades of Navy Blue #175DF0
Tints of Navy Blue #175DF0
RGB
CMYK
RGB Variations
Color information
#175DF0 (or 0x175DF0) is known color: Navy Blue. HEX triplet: 17, 5D and F0. RGB value is (23,93,240). Sum of RGB (Red+Green+Blue) = 23+93+240=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #175DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DF0 is #E8A20F. Grayscale: #585858. Windows color (decimal): -15245840 or 15752471. OLE color: 15752471.
HSL color Cylindrical-coordinate representation of color #175DF0: hue angle of 220.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175DF0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 93 | 240 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.06 |
| HSL | 220.65º | 0.88% | 0.52% | - |
| HSV(B) | 220.65º | 0.9% | 0.94% | - |
| XYZ | 20 | 14.3 | 84.14 | - |
| YUV | 88.83 | 213.31 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 240 | 0.90 | 0.61 | 0 | 0.06 | 220.65 | 0.88 | 0.52 |
| Hex | 17 | 5D | F0 | 5A | 3D | 0 | 6 | DD | 58 | 34 |
| Octal | 27 | 135 | 360 | 132 | 75 | 0 | 6 | 335 | 130 | 64 |
| Binary | 10111 | 1011101 | 11110000 | 1011010 | 111101 | 0 | 110 | 11011101 | 1011000 | 110100 |
Color Harmonies of #175DF0
Complementary color
Monochromatic Colors of #175DF0
Black with #175DF0
Text Example
Text Example
White with #175DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DF0; }
p { color: rgb(23,93,240); }
H1.HeaderClassName
{
color: #175DF0;
}
.AnyTagClassName
{
color: #175DF0;
}
</style>
background-color css
<style>
a { background-color: #175DF0; }
a { background-color: rgb(23,93,240); }
div.DivClassName
{
background-color: #175DF0;
}
.BgClassName
{
background-color: #175DF0;
}
</style>
border-color css
<style>
span { border-color: #175DF0; }
span { border-color: rgb(23,93,240); }
td.TdClassName
{
border-color: #175DF0;
}
.TagClassName
{
border-color: #175DF0;
}
</style>