Shades of Navy Blue #175BEF
Tints of Navy Blue #175BEF
RGB
CMYK
RGB Variations
Color information
#175BEF (or 0x175BEF) is known color: Navy Blue. HEX triplet: 17, 5B and EF. RGB value is (23,91,239). Sum of RGB (Red+Green+Blue) = 23+91+239=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #175BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BEF is #E8A410. Grayscale: #565656. Windows color (decimal): -15246353 or 15686423. OLE color: 15686423.
HSL color Cylindrical-coordinate representation of color #175BEF: hue angle of 221.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BEF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 91 | 239 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.06 |
| HSL | 221.11º | 0.87% | 0.51% | - |
| HSV(B) | 221.11º | 0.9% | 0.94% | - |
| XYZ | 19.67 | 13.9 | 83.31 | - |
| YUV | 87.54 | 213.47 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 239 | 0.90 | 0.62 | 0 | 0.06 | 221.11 | 0.87 | 0.51 |
| Hex | 17 | 5B | EF | 5A | 3E | 0 | 6 | DD | 57 | 33 |
| Octal | 27 | 133 | 357 | 132 | 76 | 0 | 6 | 335 | 127 | 63 |
| Binary | 10111 | 1011011 | 11101111 | 1011010 | 111110 | 0 | 110 | 11011101 | 1010111 | 110011 |
Color Harmonies of #175BEF
Complementary color
Monochromatic Colors of #175BEF
Black with #175BEF
Text Example
Text Example
White with #175BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BEF; }
p { color: rgb(23,91,239); }
H1.HeaderClassName
{
color: #175BEF;
}
.AnyTagClassName
{
color: #175BEF;
}
</style>
background-color css
<style>
a { background-color: #175BEF; }
a { background-color: rgb(23,91,239); }
div.DivClassName
{
background-color: #175BEF;
}
.BgClassName
{
background-color: #175BEF;
}
</style>
border-color css
<style>
span { border-color: #175BEF; }
span { border-color: rgb(23,91,239); }
td.TdClassName
{
border-color: #175BEF;
}
.TagClassName
{
border-color: #175BEF;
}
</style>