Shades of Navy Blue #176EDF
Tints of Navy Blue #176EDF
RGB
CMYK
RGB Variations
Color information
#176EDF (or 0x176EDF) is known color: Navy Blue. HEX triplet: 17, 6E and DF. RGB value is (23,110,223). Sum of RGB (Red+Green+Blue) = 23+110+223=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #176EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176EDF is #E89120. Grayscale: #606060. Windows color (decimal): -15241505 or 14642711. OLE color: 14642711.
HSL color Cylindrical-coordinate representation of color #176EDF: hue angle of 213.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176EDF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 110 | 223 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.13 |
| HSL | 213.9º | 0.81% | 0.48% | - |
| HSV(B) | 213.9º | 0.9% | 0.87% | - |
| XYZ | 19.25 | 16.66 | 72.01 | - |
| YUV | 96.87 | 199.18 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 223 | 0.90 | 0.51 | 0 | 0.13 | 213.9 | 0.81 | 0.48 |
| Hex | 17 | 6E | DF | 5A | 33 | 0 | D | D6 | 51 | 30 |
| Octal | 27 | 156 | 337 | 132 | 63 | 0 | 15 | 326 | 121 | 60 |
| Binary | 10111 | 1101110 | 11011111 | 1011010 | 110011 | 0 | 1101 | 11010110 | 1010001 | 110000 |
Color Harmonies of #176EDF
Complementary color
Monochromatic Colors of #176EDF
Black with #176EDF
Text Example
Text Example
White with #176EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176EDF; }
p { color: rgb(23,110,223); }
H1.HeaderClassName
{
color: #176EDF;
}
.AnyTagClassName
{
color: #176EDF;
}
</style>
background-color css
<style>
a { background-color: #176EDF; }
a { background-color: rgb(23,110,223); }
div.DivClassName
{
background-color: #176EDF;
}
.BgClassName
{
background-color: #176EDF;
}
</style>
border-color css
<style>
span { border-color: #176EDF; }
span { border-color: rgb(23,110,223); }
td.TdClassName
{
border-color: #176EDF;
}
.TagClassName
{
border-color: #176EDF;
}
</style>