Shades of Navy Blue #176CDF
Tints of Navy Blue #176CDF
RGB
CMYK
RGB Variations
Color information
#176CDF (or 0x176CDF) is known color: Navy Blue. HEX triplet: 17, 6C and DF. RGB value is (23,108,223). Sum of RGB (Red+Green+Blue) = 23+108+223=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #176CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CDF is #E89320. Grayscale: #5F5F5F. Windows color (decimal): -15242017 or 14642199. OLE color: 14642199.
HSL color Cylindrical-coordinate representation of color #176CDF: hue angle of 214.5º 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 #176CDF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 108 | 223 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 214.5º | 0.81% | 0.48% | - |
| HSV(B) | 214.5º | 0.9% | 0.87% | - |
| XYZ | 19.04 | 16.24 | 71.94 | - |
| YUV | 95.7 | 199.84 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 223 | 0.90 | 0.52 | 0 | 0.13 | 214.5 | 0.81 | 0.48 |
| Hex | 17 | 6C | DF | 5A | 34 | 0 | D | D6 | 51 | 30 |
| Octal | 27 | 154 | 337 | 132 | 64 | 0 | 15 | 326 | 121 | 60 |
| Binary | 10111 | 1101100 | 11011111 | 1011010 | 110100 | 0 | 1101 | 11010110 | 1010001 | 110000 |
Color Harmonies of #176CDF
Complementary color
Monochromatic Colors of #176CDF
Black with #176CDF
Text Example
Text Example
White with #176CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176CDF; }
p { color: rgb(23,108,223); }
H1.HeaderClassName
{
color: #176CDF;
}
.AnyTagClassName
{
color: #176CDF;
}
</style>
background-color css
<style>
a { background-color: #176CDF; }
a { background-color: rgb(23,108,223); }
div.DivClassName
{
background-color: #176CDF;
}
.BgClassName
{
background-color: #176CDF;
}
</style>
border-color css
<style>
span { border-color: #176CDF; }
span { border-color: rgb(23,108,223); }
td.TdClassName
{
border-color: #176CDF;
}
.TagClassName
{
border-color: #176CDF;
}
</style>