Shades of Navy Blue #175BEC
Tints of Navy Blue #175BEC
RGB
CMYK
RGB Variations
Color information
#175BEC (or 0x175BEC) is known color: Navy Blue. HEX triplet: 17, 5B and EC. RGB value is (23,91,236). Sum of RGB (Red+Green+Blue) = 23+91+236=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #175BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BEC is #E8A413. Grayscale: #565656. Windows color (decimal): -15246356 or 15489815. OLE color: 15489815.
HSL color Cylindrical-coordinate representation of color #175BEC: hue angle of 220.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BEC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 91 | 236 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.85º | 0.85% | 0.51% | - |
| HSV(B) | 220.85º | 0.9% | 0.93% | - |
| XYZ | 19.23 | 13.72 | 80.99 | - |
| YUV | 87.2 | 211.97 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 236 | 0.90 | 0.61 | 0 | 0.07 | 220.85 | 0.85 | 0.51 |
| Hex | 17 | 5B | EC | 5A | 3D | 0 | 7 | DD | 55 | 33 |
| Octal | 27 | 133 | 354 | 132 | 75 | 0 | 7 | 335 | 125 | 63 |
| Binary | 10111 | 1011011 | 11101100 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #175BEC
Complementary color
Monochromatic Colors of #175BEC
Black with #175BEC
Text Example
Text Example
White with #175BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BEC; }
p { color: rgb(23,91,236); }
H1.HeaderClassName
{
color: #175BEC;
}
.AnyTagClassName
{
color: #175BEC;
}
</style>
background-color css
<style>
a { background-color: #175BEC; }
a { background-color: rgb(23,91,236); }
div.DivClassName
{
background-color: #175BEC;
}
.BgClassName
{
background-color: #175BEC;
}
</style>
border-color css
<style>
span { border-color: #175BEC; }
span { border-color: rgb(23,91,236); }
td.TdClassName
{
border-color: #175BEC;
}
.TagClassName
{
border-color: #175BEC;
}
</style>