Shades of Navy Blue #175CEF
Tints of Navy Blue #175CEF
RGB
CMYK
RGB Variations
Color information
#175CEF (or 0x175CEF) is known color: Navy Blue. HEX triplet: 17, 5C and EF. RGB value is (23,92,239). Sum of RGB (Red+Green+Blue) = 23+92+239=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #175CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175CEF is #E8A310. Grayscale: #575757. Windows color (decimal): -15246097 or 15686679. OLE color: 15686679.
HSL color Cylindrical-coordinate representation of color #175CEF: hue angle of 220.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175CEF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 92 | 239 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.06 |
| HSL | 220.83º | 0.87% | 0.51% | - |
| HSV(B) | 220.83º | 0.9% | 0.94% | - |
| XYZ | 19.76 | 14.07 | 83.34 | - |
| YUV | 88.13 | 213.14 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 239 | 0.90 | 0.62 | 0 | 0.06 | 220.83 | 0.87 | 0.51 |
| Hex | 17 | 5C | EF | 5A | 3E | 0 | 6 | DD | 57 | 33 |
| Octal | 27 | 134 | 357 | 132 | 76 | 0 | 6 | 335 | 127 | 63 |
| Binary | 10111 | 1011100 | 11101111 | 1011010 | 111110 | 0 | 110 | 11011101 | 1010111 | 110011 |
Color Harmonies of #175CEF
Complementary color
Monochromatic Colors of #175CEF
Black with #175CEF
Text Example
Text Example
White with #175CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CEF; }
p { color: rgb(23,92,239); }
H1.HeaderClassName
{
color: #175CEF;
}
.AnyTagClassName
{
color: #175CEF;
}
</style>
background-color css
<style>
a { background-color: #175CEF; }
a { background-color: rgb(23,92,239); }
div.DivClassName
{
background-color: #175CEF;
}
.BgClassName
{
background-color: #175CEF;
}
</style>
border-color css
<style>
span { border-color: #175CEF; }
span { border-color: rgb(23,92,239); }
td.TdClassName
{
border-color: #175CEF;
}
.TagClassName
{
border-color: #175CEF;
}
</style>