Shades of Navy Blue #176EEA
Tints of Navy Blue #176EEA
RGB
CMYK
RGB Variations
Color information
#176EEA (or 0x176EEA) is known color: Navy Blue. HEX triplet: 17, 6E and EA. RGB value is (23,110,234). Sum of RGB (Red+Green+Blue) = 23+110+234=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #176EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176EEA is #E89115. Grayscale: #616161. Windows color (decimal): -15241494 or 15363607. OLE color: 15363607.
HSL color Cylindrical-coordinate representation of color #176EEA: hue angle of 215.26º 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 #176EEA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 110 | 234 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.08 |
| HSL | 215.26º | 0.83% | 0.5% | - |
| HSV(B) | 215.26º | 0.9% | 0.92% | - |
| XYZ | 20.78 | 17.27 | 80.08 | - |
| YUV | 98.12 | 204.68 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 234 | 0.90 | 0.53 | 0 | 0.08 | 215.26 | 0.83 | 0.5 |
| Hex | 17 | 6E | EA | 5A | 35 | 0 | 8 | D7 | 53 | 32 |
| Octal | 27 | 156 | 352 | 132 | 65 | 0 | 10 | 327 | 123 | 62 |
| Binary | 10111 | 1101110 | 11101010 | 1011010 | 110101 | 0 | 1000 | 11010111 | 1010011 | 110010 |
Color Harmonies of #176EEA
Complementary color
Monochromatic Colors of #176EEA
Black with #176EEA
Text Example
Text Example
White with #176EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176EEA; }
p { color: rgb(23,110,234); }
H1.HeaderClassName
{
color: #176EEA;
}
.AnyTagClassName
{
color: #176EEA;
}
</style>
background-color css
<style>
a { background-color: #176EEA; }
a { background-color: rgb(23,110,234); }
div.DivClassName
{
background-color: #176EEA;
}
.BgClassName
{
background-color: #176EEA;
}
</style>
border-color css
<style>
span { border-color: #176EEA; }
span { border-color: rgb(23,110,234); }
td.TdClassName
{
border-color: #176EEA;
}
.TagClassName
{
border-color: #176EEA;
}
</style>