Shades of Navy Blue #0759DB
Tints of Navy Blue #0759DB
RGB
CMYK
RGB Variations
Color information
#0759DB (or 0x0759DB) is known color: Navy Blue. HEX triplet: 07, 59 and DB. RGB value is (7,89,219). Sum of RGB (Red+Green+Blue) = 7+89+219=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #0759DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759DB is #F8A624. Grayscale: #4E4E4E. Windows color (decimal): -16295461 or 14375175. OLE color: 14375175.
HSL color Cylindrical-coordinate representation of color #0759DB: hue angle of 216.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759DB is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 89 | 219 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.14 |
| HSL | 216.79º | 0.94% | 0.44% | - |
| HSV(B) | 216.79º | 0.97% | 0.86% | - |
| XYZ | 16.45 | 12.3 | 68.53 | - |
| YUV | 79.3 | 206.83 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 219 | 0.97 | 0.59 | 0 | 0.14 | 216.79 | 0.94 | 0.44 |
| Hex | 7 | 59 | DB | 61 | 3B | 0 | E | D9 | 5E | 2C |
| Octal | 7 | 131 | 333 | 141 | 73 | 0 | 16 | 331 | 136 | 54 |
| Binary | 111 | 1011001 | 11011011 | 1100001 | 111011 | 0 | 1110 | 11011001 | 1011110 | 101100 |
Color Harmonies of #0759DB
Complementary color
Monochromatic Colors of #0759DB
Black with #0759DB
Text Example
Text Example
White with #0759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759DB; }
p { color: rgb(7,89,219); }
H1.HeaderClassName
{
color: #0759DB;
}
.AnyTagClassName
{
color: #0759DB;
}
</style>
background-color css
<style>
a { background-color: #0759DB; }
a { background-color: rgb(7,89,219); }
div.DivClassName
{
background-color: #0759DB;
}
.BgClassName
{
background-color: #0759DB;
}
</style>
border-color css
<style>
span { border-color: #0759DB; }
span { border-color: rgb(7,89,219); }
td.TdClassName
{
border-color: #0759DB;
}
.TagClassName
{
border-color: #0759DB;
}
</style>