Shades of Navy Blue #0759FA
Tints of Navy Blue #0759FA
RGB
CMYK
RGB Variations
Color information
#0759FA (or 0x0759FA) is known color: Navy Blue. HEX triplet: 07, 59 and FA. RGB value is (7,89,250). Sum of RGB (Red+Green+Blue) = 7+89+250=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #0759FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0759FA is #F8A605. Grayscale: #525252. Windows color (decimal): -16295430 or 16406791. OLE color: 16406791.
HSL color Cylindrical-coordinate representation of color #0759FA: hue angle of 219.75º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759FA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 89 | 250 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.02 |
| HSL | 219.75º | 0.96% | 0.5% | - |
| HSV(B) | 219.75º | 0.97% | 0.98% | - |
| XYZ | 20.92 | 14.09 | 92.06 | - |
| YUV | 82.84 | 222.33 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 250 | 0.97 | 0.64 | 0 | 0.02 | 219.75 | 0.96 | 0.5 |
| Hex | 7 | 59 | FA | 61 | 40 | 0 | 2 | DC | 60 | 32 |
| Octal | 7 | 131 | 372 | 141 | 100 | 0 | 2 | 334 | 140 | 62 |
| Binary | 111 | 1011001 | 11111010 | 1100001 | 1000000 | 0 | 10 | 11011100 | 1100000 | 110010 |
Color Harmonies of #0759FA
Complementary color
Monochromatic Colors of #0759FA
Black with #0759FA
Text Example
Text Example
White with #0759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759FA; }
p { color: rgb(7,89,250); }
H1.HeaderClassName
{
color: #0759FA;
}
.AnyTagClassName
{
color: #0759FA;
}
</style>
background-color css
<style>
a { background-color: #0759FA; }
a { background-color: rgb(7,89,250); }
div.DivClassName
{
background-color: #0759FA;
}
.BgClassName
{
background-color: #0759FA;
}
</style>
border-color css
<style>
span { border-color: #0759FA; }
span { border-color: rgb(7,89,250); }
td.TdClassName
{
border-color: #0759FA;
}
.TagClassName
{
border-color: #0759FA;
}
</style>