Shades of Navy Blue #175CED
Tints of Navy Blue #175CED
RGB
CMYK
RGB Variations
Color information
#175CED (or 0x175CED) is known color: Navy Blue. HEX triplet: 17, 5C and ED. RGB value is (23,92,237). Sum of RGB (Red+Green+Blue) = 23+92+237=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #175CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175CED is #E8A312. Grayscale: #575757. Windows color (decimal): -15246099 or 15555607. OLE color: 15555607.
HSL color Cylindrical-coordinate representation of color #175CED: hue angle of 220.65º 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 #175CED is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 92 | 237 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.65º | 0.86% | 0.51% | - |
| HSV(B) | 220.65º | 0.9% | 0.93% | - |
| XYZ | 19.47 | 13.95 | 81.79 | - |
| YUV | 87.9 | 212.14 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 237 | 0.90 | 0.61 | 0 | 0.07 | 220.65 | 0.86 | 0.51 |
| Hex | 17 | 5C | ED | 5A | 3D | 0 | 7 | DD | 56 | 33 |
| Octal | 27 | 134 | 355 | 132 | 75 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10111 | 1011100 | 11101101 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #175CED
Complementary color
Monochromatic Colors of #175CED
Black with #175CED
Text Example
Text Example
White with #175CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CED; }
p { color: rgb(23,92,237); }
H1.HeaderClassName
{
color: #175CED;
}
.AnyTagClassName
{
color: #175CED;
}
</style>
background-color css
<style>
a { background-color: #175CED; }
a { background-color: rgb(23,92,237); }
div.DivClassName
{
background-color: #175CED;
}
.BgClassName
{
background-color: #175CED;
}
</style>
border-color css
<style>
span { border-color: #175CED; }
span { border-color: rgb(23,92,237); }
td.TdClassName
{
border-color: #175CED;
}
.TagClassName
{
border-color: #175CED;
}
</style>