Shades of Navy Blue #175BE6
Tints of Navy Blue #175BE6
RGB
CMYK
RGB Variations
Color information
#175BE6 (or 0x175BE6) is known color: Navy Blue. HEX triplet: 17, 5B and E6. RGB value is (23,91,230). Sum of RGB (Red+Green+Blue) = 23+91+230=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #175BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BE6 is #E8A419. Grayscale: #555555. Windows color (decimal): -15246362 or 15096599. OLE color: 15096599.
HSL color Cylindrical-coordinate representation of color #175BE6: hue angle of 220.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BE6 is Cyan = 0.9, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 91 | 230 | - |
| CMYK | 0.9 | 0.60 | 0 | 0.10 |
| HSL | 220.29º | 0.82% | 0.5% | - |
| HSV(B) | 220.29º | 0.9% | 0.9% | - |
| XYZ | 18.38 | 13.38 | 76.48 | - |
| YUV | 86.51 | 208.97 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 230 | 0.9 | 0.60 | 0 | 0.10 | 220.29 | 0.82 | 0.5 |
| Hex | 17 | 5B | E6 | 5A | 3C | 0 | A | DC | 52 | 32 |
| Octal | 27 | 133 | 346 | 132 | 74 | 0 | 12 | 334 | 122 | 62 |
| Binary | 10111 | 1011011 | 11100110 | 1011010 | 111100 | 0 | 1010 | 11011100 | 1010010 | 110010 |
Color Harmonies of #175BE6
Complementary color
Monochromatic Colors of #175BE6
Black with #175BE6
Text Example
Text Example
White with #175BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BE6; }
p { color: rgb(23,91,230); }
H1.HeaderClassName
{
color: #175BE6;
}
.AnyTagClassName
{
color: #175BE6;
}
</style>
background-color css
<style>
a { background-color: #175BE6; }
a { background-color: rgb(23,91,230); }
div.DivClassName
{
background-color: #175BE6;
}
.BgClassName
{
background-color: #175BE6;
}
</style>
border-color css
<style>
span { border-color: #175BE6; }
span { border-color: rgb(23,91,230); }
td.TdClassName
{
border-color: #175BE6;
}
.TagClassName
{
border-color: #175BE6;
}
</style>