Shades of Navy Blue #175BEA
Tints of Navy Blue #175BEA
RGB
CMYK
RGB Variations
Color information
#175BEA (or 0x175BEA) is known color: Navy Blue. HEX triplet: 17, 5B and EA. RGB value is (23,91,234). Sum of RGB (Red+Green+Blue) = 23+91+234=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #175BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BEA is #E8A415. Grayscale: #565656. Windows color (decimal): -15246358 or 15358743. OLE color: 15358743.
HSL color Cylindrical-coordinate representation of color #175BEA: hue angle of 220.66º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175BEA is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 91 | 234 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.08 |
| HSL | 220.66º | 0.83% | 0.5% | - |
| HSV(B) | 220.66º | 0.9% | 0.92% | - |
| XYZ | 18.95 | 13.6 | 79.47 | - |
| YUV | 86.97 | 210.97 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 234 | 0.90 | 0.61 | 0 | 0.08 | 220.66 | 0.83 | 0.5 |
| Hex | 17 | 5B | EA | 5A | 3D | 0 | 8 | DD | 53 | 32 |
| Octal | 27 | 133 | 352 | 132 | 75 | 0 | 10 | 335 | 123 | 62 |
| Binary | 10111 | 1011011 | 11101010 | 1011010 | 111101 | 0 | 1000 | 11011101 | 1010011 | 110010 |
Color Harmonies of #175BEA
Complementary color
Monochromatic Colors of #175BEA
Black with #175BEA
Text Example
Text Example
White with #175BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BEA; }
p { color: rgb(23,91,234); }
H1.HeaderClassName
{
color: #175BEA;
}
.AnyTagClassName
{
color: #175BEA;
}
</style>
background-color css
<style>
a { background-color: #175BEA; }
a { background-color: rgb(23,91,234); }
div.DivClassName
{
background-color: #175BEA;
}
.BgClassName
{
background-color: #175BEA;
}
</style>
border-color css
<style>
span { border-color: #175BEA; }
span { border-color: rgb(23,91,234); }
td.TdClassName
{
border-color: #175BEA;
}
.TagClassName
{
border-color: #175BEA;
}
</style>