Shades of Navy Blue #0771DC
Tints of Navy Blue #0771DC
RGB
CMYK
RGB Variations
Color information
#0771DC (or 0x0771DC) is known color: Navy Blue. HEX triplet: 07, 71 and DC. RGB value is (7,113,220). Sum of RGB (Red+Green+Blue) = 7+113+220=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #0771DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0771DC is #F88E23. Grayscale: #5C5C5C. Windows color (decimal): -16289316 or 14446855. OLE color: 14446855.
HSL color Cylindrical-coordinate representation of color #0771DC: hue angle of 210.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0771DC is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 113 | 220 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.14 |
| HSL | 210.14º | 0.94% | 0.45% | - |
| HSV(B) | 210.14º | 0.97% | 0.86% | - |
| XYZ | 18.91 | 17.02 | 70 | - |
| YUV | 93.5 | 199.38 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 220 | 0.97 | 0.49 | 0 | 0.14 | 210.14 | 0.94 | 0.45 |
| Hex | 7 | 71 | DC | 61 | 31 | 0 | E | D2 | 5E | 2D |
| Octal | 7 | 161 | 334 | 141 | 61 | 0 | 16 | 322 | 136 | 55 |
| Binary | 111 | 1110001 | 11011100 | 1100001 | 110001 | 0 | 1110 | 11010010 | 1011110 | 101101 |
Color Harmonies of #0771DC
Complementary color
Monochromatic Colors of #0771DC
Black with #0771DC
Text Example
Text Example
White with #0771DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0771DC; }
p { color: rgb(7,113,220); }
H1.HeaderClassName
{
color: #0771DC;
}
.AnyTagClassName
{
color: #0771DC;
}
</style>
background-color css
<style>
a { background-color: #0771DC; }
a { background-color: rgb(7,113,220); }
div.DivClassName
{
background-color: #0771DC;
}
.BgClassName
{
background-color: #0771DC;
}
</style>
border-color css
<style>
span { border-color: #0771DC; }
span { border-color: rgb(7,113,220); }
td.TdClassName
{
border-color: #0771DC;
}
.TagClassName
{
border-color: #0771DC;
}
</style>