Shades of Navy Blue #176CDD
Tints of Navy Blue #176CDD
RGB
CMYK
RGB Variations
Color information
#176CDD (or 0x176CDD) is known color: Navy Blue. HEX triplet: 17, 6C and DD. RGB value is (23,108,221). Sum of RGB (Red+Green+Blue) = 23+108+221=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #176CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CDD is #E89322. Grayscale: #5E5E5E. Windows color (decimal): -15242019 or 14511127. OLE color: 14511127.
HSL color Cylindrical-coordinate representation of color #176CDD: hue angle of 214.24º 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 #176CDD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 108 | 221 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.13 |
| HSL | 214.24º | 0.81% | 0.48% | - |
| HSV(B) | 214.24º | 0.9% | 0.87% | - |
| XYZ | 18.77 | 16.13 | 70.53 | - |
| YUV | 95.47 | 198.84 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 221 | 0.90 | 0.51 | 0 | 0.13 | 214.24 | 0.81 | 0.48 |
| Hex | 17 | 6C | DD | 5A | 33 | 0 | D | D6 | 51 | 30 |
| Octal | 27 | 154 | 335 | 132 | 63 | 0 | 15 | 326 | 121 | 60 |
| Binary | 10111 | 1101100 | 11011101 | 1011010 | 110011 | 0 | 1101 | 11010110 | 1010001 | 110000 |
Color Harmonies of #176CDD
Complementary color
Monochromatic Colors of #176CDD
Black with #176CDD
Text Example
Text Example
White with #176CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176CDD; }
p { color: rgb(23,108,221); }
H1.HeaderClassName
{
color: #176CDD;
}
.AnyTagClassName
{
color: #176CDD;
}
</style>
background-color css
<style>
a { background-color: #176CDD; }
a { background-color: rgb(23,108,221); }
div.DivClassName
{
background-color: #176CDD;
}
.BgClassName
{
background-color: #176CDD;
}
</style>
border-color css
<style>
span { border-color: #176CDD; }
span { border-color: rgb(23,108,221); }
td.TdClassName
{
border-color: #176CDD;
}
.TagClassName
{
border-color: #176CDD;
}
</style>