Shades of Navy Blue #0770DF
Tints of Navy Blue #0770DF
RGB
CMYK
RGB Variations
Color information
#0770DF (or 0x0770DF) is known color: Navy Blue. HEX triplet: 07, 70 and DF. RGB value is (7,112,223). Sum of RGB (Red+Green+Blue) = 7+112+223=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #0770DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0770DF is #F88F20. Grayscale: #5C5C5C. Windows color (decimal): -16289569 or 14643207. OLE color: 14643207.
HSL color Cylindrical-coordinate representation of color #0770DF: hue angle of 210.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0770DF is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 112 | 223 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.13 |
| HSL | 210.83º | 0.94% | 0.45% | - |
| HSV(B) | 210.83º | 0.97% | 0.87% | - |
| XYZ | 19.2 | 16.96 | 72.07 | - |
| YUV | 93.26 | 201.21 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 223 | 0.97 | 0.50 | 0 | 0.13 | 210.83 | 0.94 | 0.45 |
| Hex | 7 | 70 | DF | 61 | 32 | 0 | D | D3 | 5E | 2D |
| Octal | 7 | 160 | 337 | 141 | 62 | 0 | 15 | 323 | 136 | 55 |
| Binary | 111 | 1110000 | 11011111 | 1100001 | 110010 | 0 | 1101 | 11010011 | 1011110 | 101101 |
Color Harmonies of #0770DF
Complementary color
Monochromatic Colors of #0770DF
Black with #0770DF
Text Example
Text Example
White with #0770DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0770DF; }
p { color: rgb(7,112,223); }
H1.HeaderClassName
{
color: #0770DF;
}
.AnyTagClassName
{
color: #0770DF;
}
</style>
background-color css
<style>
a { background-color: #0770DF; }
a { background-color: rgb(7,112,223); }
div.DivClassName
{
background-color: #0770DF;
}
.BgClassName
{
background-color: #0770DF;
}
</style>
border-color css
<style>
span { border-color: #0770DF; }
span { border-color: rgb(7,112,223); }
td.TdClassName
{
border-color: #0770DF;
}
.TagClassName
{
border-color: #0770DF;
}
</style>