Shades of Navy Blue #0759DA
Tints of Navy Blue #0759DA
RGB
CMYK
RGB Variations
Color information
#0759DA (or 0x0759DA) is known color: Navy Blue. HEX triplet: 07, 59 and DA. RGB value is (7,89,218). Sum of RGB (Red+Green+Blue) = 7+89+218=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #0759DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759DA is #F8A625. Grayscale: #4E4E4E. Windows color (decimal): -16295462 or 14309639. OLE color: 14309639.
HSL color Cylindrical-coordinate representation of color #0759DA: hue angle of 216.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759DA is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 89 | 218 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.15 |
| HSL | 216.68º | 0.94% | 0.44% | - |
| HSV(B) | 216.68º | 0.97% | 0.85% | - |
| XYZ | 16.31 | 12.25 | 67.83 | - |
| YUV | 79.19 | 206.33 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 218 | 0.97 | 0.59 | 0 | 0.15 | 216.68 | 0.94 | 0.44 |
| Hex | 7 | 59 | DA | 61 | 3B | 0 | F | D9 | 5E | 2C |
| Octal | 7 | 131 | 332 | 141 | 73 | 0 | 17 | 331 | 136 | 54 |
| Binary | 111 | 1011001 | 11011010 | 1100001 | 111011 | 0 | 1111 | 11011001 | 1011110 | 101100 |
Color Harmonies of #0759DA
Complementary color
Monochromatic Colors of #0759DA
Black with #0759DA
Text Example
Text Example
White with #0759DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759DA; }
p { color: rgb(7,89,218); }
H1.HeaderClassName
{
color: #0759DA;
}
.AnyTagClassName
{
color: #0759DA;
}
</style>
background-color css
<style>
a { background-color: #0759DA; }
a { background-color: rgb(7,89,218); }
div.DivClassName
{
background-color: #0759DA;
}
.BgClassName
{
background-color: #0759DA;
}
</style>
border-color css
<style>
span { border-color: #0759DA; }
span { border-color: rgb(7,89,218); }
td.TdClassName
{
border-color: #0759DA;
}
.TagClassName
{
border-color: #0759DA;
}
</style>