Shades of Navy Blue #176ADF
Tints of Navy Blue #176ADF
RGB
CMYK
RGB Variations
Color information
#176ADF (or 0x176ADF) is known color: Navy Blue. HEX triplet: 17, 6A and DF. RGB value is (23,106,223). Sum of RGB (Red+Green+Blue) = 23+106+223=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #176ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ADF is #E89520. Grayscale: #5D5D5D. Windows color (decimal): -15242529 or 14641687. OLE color: 14641687.
HSL color Cylindrical-coordinate representation of color #176ADF: hue angle of 215.1º 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 #176ADF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 106 | 223 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 215.1º | 0.81% | 0.48% | - |
| HSV(B) | 215.1º | 0.9% | 0.87% | - |
| XYZ | 18.83 | 15.82 | 71.87 | - |
| YUV | 94.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 223 | 0.90 | 0.52 | 0 | 0.13 | 215.1 | 0.81 | 0.48 |
| Hex | 17 | 6A | DF | 5A | 34 | 0 | D | D7 | 51 | 30 |
| Octal | 27 | 152 | 337 | 132 | 64 | 0 | 15 | 327 | 121 | 60 |
| Binary | 10111 | 1101010 | 11011111 | 1011010 | 110100 | 0 | 1101 | 11010111 | 1010001 | 110000 |
Color Harmonies of #176ADF
Complementary color
Monochromatic Colors of #176ADF
Black with #176ADF
Text Example
Text Example
White with #176ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176ADF; }
p { color: rgb(23,106,223); }
H1.HeaderClassName
{
color: #176ADF;
}
.AnyTagClassName
{
color: #176ADF;
}
</style>
background-color css
<style>
a { background-color: #176ADF; }
a { background-color: rgb(23,106,223); }
div.DivClassName
{
background-color: #176ADF;
}
.BgClassName
{
background-color: #176ADF;
}
</style>
border-color css
<style>
span { border-color: #176ADF; }
span { border-color: rgb(23,106,223); }
td.TdClassName
{
border-color: #176ADF;
}
.TagClassName
{
border-color: #176ADF;
}
</style>