Shades of Navy Blue #0176DC
Tints of Navy Blue #0176DC
RGB
CMYK
RGB Variations
Color information
#0176DC (or 0x0176DC) is known color: Navy Blue. HEX triplet: 01, 76 and DC. RGB value is (1,118,220). Sum of RGB (Red+Green+Blue) = 1+118+220=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #0176DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0176DC is #FE8923. Grayscale: #5E5E5E. Windows color (decimal): -16681252 or 14448129. OLE color: 14448129.
HSL color Cylindrical-coordinate representation of color #0176DC: hue angle of 207.95º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176DC is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 118 | 220 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.14 |
| HSL | 207.95º | 0.99% | 0.43% | - |
| HSV(B) | 207.95º | 1% | 0.86% | - |
| XYZ | 19.41 | 18.13 | 70.19 | - |
| YUV | 94.65 | 198.74 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 220 | 1.00 | 0.46 | 0 | 0.14 | 207.95 | 0.99 | 0.43 |
| Hex | 1 | 76 | DC | 64 | 2E | 0 | E | D0 | 63 | 2B |
| Octal | 1 | 166 | 334 | 144 | 56 | 0 | 16 | 320 | 143 | 53 |
| Binary | 1 | 1110110 | 11011100 | 1100100 | 101110 | 0 | 1110 | 11010000 | 1100011 | 101011 |
Color Harmonies of #0176DC
Complementary color
Monochromatic Colors of #0176DC
Black with #0176DC
Text Example
Text Example
White with #0176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176DC; }
p { color: rgb(1,118,220); }
H1.HeaderClassName
{
color: #0176DC;
}
.AnyTagClassName
{
color: #0176DC;
}
</style>
background-color css
<style>
a { background-color: #0176DC; }
a { background-color: rgb(1,118,220); }
div.DivClassName
{
background-color: #0176DC;
}
.BgClassName
{
background-color: #0176DC;
}
</style>
border-color css
<style>
span { border-color: #0176DC; }
span { border-color: rgb(1,118,220); }
td.TdClassName
{
border-color: #0176DC;
}
.TagClassName
{
border-color: #0176DC;
}
</style>