Shades of Navy Blue #176FE2
Tints of Navy Blue #176FE2
RGB
CMYK
RGB Variations
Color information
#176FE2 (or 0x176FE2) is known color: Navy Blue. HEX triplet: 17, 6F and E2. RGB value is (23,111,226). Sum of RGB (Red+Green+Blue) = 23+111+226=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #176FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FE2 is #E8901D. Grayscale: #616161. Windows color (decimal): -15241246 or 14839575. OLE color: 14839575.
HSL color Cylindrical-coordinate representation of color #176FE2: hue angle of 213.99º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176FE2 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 111 | 226 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.11 |
| HSL | 213.99º | 0.82% | 0.49% | - |
| HSV(B) | 213.99º | 0.9% | 0.89% | - |
| XYZ | 19.77 | 17.04 | 74.2 | - |
| YUV | 97.8 | 200.35 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 226 | 0.90 | 0.51 | 0 | 0.11 | 213.99 | 0.82 | 0.49 |
| Hex | 17 | 6F | E2 | 5A | 33 | 0 | B | D6 | 52 | 31 |
| Octal | 27 | 157 | 342 | 132 | 63 | 0 | 13 | 326 | 122 | 61 |
| Binary | 10111 | 1101111 | 11100010 | 1011010 | 110011 | 0 | 1011 | 11010110 | 1010010 | 110001 |
Color Harmonies of #176FE2
Complementary color
Monochromatic Colors of #176FE2
Black with #176FE2
Text Example
Text Example
White with #176FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FE2; }
p { color: rgb(23,111,226); }
H1.HeaderClassName
{
color: #176FE2;
}
.AnyTagClassName
{
color: #176FE2;
}
</style>
background-color css
<style>
a { background-color: #176FE2; }
a { background-color: rgb(23,111,226); }
div.DivClassName
{
background-color: #176FE2;
}
.BgClassName
{
background-color: #176FE2;
}
</style>
border-color css
<style>
span { border-color: #176FE2; }
span { border-color: rgb(23,111,226); }
td.TdClassName
{
border-color: #176FE2;
}
.TagClassName
{
border-color: #176FE2;
}
</style>