Shades of Navy Blue #175CEE
Tints of Navy Blue #175CEE
RGB
CMYK
RGB Variations
Color information
#175CEE (or 0x175CEE) is known color: Navy Blue. HEX triplet: 17, 5C and EE. RGB value is (23,92,238). Sum of RGB (Red+Green+Blue) = 23+92+238=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #175CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175CEE is #E8A311. Grayscale: #575757. Windows color (decimal): -15246098 or 15621143. OLE color: 15621143.
HSL color Cylindrical-coordinate representation of color #175CEE: hue angle of 220.74º 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 #175CEE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 92 | 238 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.74º | 0.86% | 0.51% | - |
| HSV(B) | 220.74º | 0.9% | 0.93% | - |
| XYZ | 19.61 | 14.01 | 82.56 | - |
| YUV | 88.01 | 212.64 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 238 | 0.90 | 0.61 | 0 | 0.07 | 220.74 | 0.86 | 0.51 |
| Hex | 17 | 5C | EE | 5A | 3D | 0 | 7 | DD | 56 | 33 |
| Octal | 27 | 134 | 356 | 132 | 75 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10111 | 1011100 | 11101110 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #175CEE
Complementary color
Monochromatic Colors of #175CEE
Black with #175CEE
Text Example
Text Example
White with #175CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CEE; }
p { color: rgb(23,92,238); }
H1.HeaderClassName
{
color: #175CEE;
}
.AnyTagClassName
{
color: #175CEE;
}
</style>
background-color css
<style>
a { background-color: #175CEE; }
a { background-color: rgb(23,92,238); }
div.DivClassName
{
background-color: #175CEE;
}
.BgClassName
{
background-color: #175CEE;
}
</style>
border-color css
<style>
span { border-color: #175CEE; }
span { border-color: rgb(23,92,238); }
td.TdClassName
{
border-color: #175CEE;
}
.TagClassName
{
border-color: #175CEE;
}
</style>