Shades of Navy Blue #176FE6
Tints of Navy Blue #176FE6
RGB
CMYK
RGB Variations
Color information
#176FE6 (or 0x176FE6) is known color: Navy Blue. HEX triplet: 17, 6F and E6. RGB value is (23,111,230). Sum of RGB (Red+Green+Blue) = 23+111+230=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #176FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176FE6 is #E89019. Grayscale: #616161. Windows color (decimal): -15241242 or 15101719. OLE color: 15101719.
HSL color Cylindrical-coordinate representation of color #176FE6: hue angle of 214.49º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176FE6 is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 111 | 230 | - |
| CMYK | 0.9 | 0.52 | 0 | 0.10 |
| HSL | 214.49º | 0.82% | 0.5% | - |
| HSV(B) | 214.49º | 0.9% | 0.9% | - |
| XYZ | 20.32 | 17.26 | 77.12 | - |
| YUV | 98.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 230 | 0.9 | 0.52 | 0 | 0.10 | 214.49 | 0.82 | 0.5 |
| Hex | 17 | 6F | E6 | 5A | 34 | 0 | A | D6 | 52 | 32 |
| Octal | 27 | 157 | 346 | 132 | 64 | 0 | 12 | 326 | 122 | 62 |
| Binary | 10111 | 1101111 | 11100110 | 1011010 | 110100 | 0 | 1010 | 11010110 | 1010010 | 110010 |
Color Harmonies of #176FE6
Complementary color
Monochromatic Colors of #176FE6
Black with #176FE6
Text Example
Text Example
White with #176FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FE6; }
p { color: rgb(23,111,230); }
H1.HeaderClassName
{
color: #176FE6;
}
.AnyTagClassName
{
color: #176FE6;
}
</style>
background-color css
<style>
a { background-color: #176FE6; }
a { background-color: rgb(23,111,230); }
div.DivClassName
{
background-color: #176FE6;
}
.BgClassName
{
background-color: #176FE6;
}
</style>
border-color css
<style>
span { border-color: #176FE6; }
span { border-color: rgb(23,111,230); }
td.TdClassName
{
border-color: #176FE6;
}
.TagClassName
{
border-color: #176FE6;
}
</style>