Shades of Navy Blue #175BEE
Tints of Navy Blue #175BEE
RGB
CMYK
RGB Variations
Color information
#175BEE (or 0x175BEE) is known color: Navy Blue. HEX triplet: 17, 5B and EE. RGB value is (23,91,238). Sum of RGB (Red+Green+Blue) = 23+91+238=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #175BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BEE is #E8A411. Grayscale: #565656. Windows color (decimal): -15246354 or 15620887. OLE color: 15620887.
HSL color Cylindrical-coordinate representation of color #175BEE: hue angle of 221.02º degrees, saturation: 0.86, 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 #175BEE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 91 | 238 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.07 |
| HSL | 221.02º | 0.86% | 0.51% | - |
| HSV(B) | 221.02º | 0.9% | 0.93% | - |
| XYZ | 19.53 | 13.84 | 82.53 | - |
| YUV | 87.43 | 212.97 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 238 | 0.90 | 0.62 | 0 | 0.07 | 221.02 | 0.86 | 0.51 |
| Hex | 17 | 5B | EE | 5A | 3E | 0 | 7 | DD | 56 | 33 |
| Octal | 27 | 133 | 356 | 132 | 76 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10111 | 1011011 | 11101110 | 1011010 | 111110 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #175BEE
Complementary color
Monochromatic Colors of #175BEE
Black with #175BEE
Text Example
Text Example
White with #175BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BEE; }
p { color: rgb(23,91,238); }
H1.HeaderClassName
{
color: #175BEE;
}
.AnyTagClassName
{
color: #175BEE;
}
</style>
background-color css
<style>
a { background-color: #175BEE; }
a { background-color: rgb(23,91,238); }
div.DivClassName
{
background-color: #175BEE;
}
.BgClassName
{
background-color: #175BEE;
}
</style>
border-color css
<style>
span { border-color: #175BEE; }
span { border-color: rgb(23,91,238); }
td.TdClassName
{
border-color: #175BEE;
}
.TagClassName
{
border-color: #175BEE;
}
</style>