Shades of Navy Blue #0759CE
Tints of Navy Blue #0759CE
RGB
CMYK
RGB Variations
Color information
#0759CE (or 0x0759CE) is known color: Navy Blue. HEX triplet: 07, 59 and CE. RGB value is (7,89,206). Sum of RGB (Red+Green+Blue) = 7+89+206=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #0759CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759CE is #F8A631. Grayscale: #4D4D4D. Windows color (decimal): -16295474 or 13523207. OLE color: 13523207.
HSL color Cylindrical-coordinate representation of color #0759CE: hue angle of 215.28º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759CE is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 89 | 206 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.19 |
| HSL | 215.28º | 0.93% | 0.42% | - |
| HSV(B) | 215.28º | 0.97% | 0.81% | - |
| XYZ | 14.8 | 11.65 | 59.86 | - |
| YUV | 77.82 | 200.33 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 206 | 0.97 | 0.57 | 0 | 0.19 | 215.28 | 0.93 | 0.42 |
| Hex | 7 | 59 | CE | 61 | 39 | 0 | 13 | D7 | 5D | 2A |
| Octal | 7 | 131 | 316 | 141 | 71 | 0 | 23 | 327 | 135 | 52 |
| Binary | 111 | 1011001 | 11001110 | 1100001 | 111001 | 0 | 10011 | 11010111 | 1011101 | 101010 |
Color Harmonies of #0759CE
Complementary color
Monochromatic Colors of #0759CE
Black with #0759CE
Text Example
Text Example
White with #0759CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759CE; }
p { color: rgb(7,89,206); }
H1.HeaderClassName
{
color: #0759CE;
}
.AnyTagClassName
{
color: #0759CE;
}
</style>
background-color css
<style>
a { background-color: #0759CE; }
a { background-color: rgb(7,89,206); }
div.DivClassName
{
background-color: #0759CE;
}
.BgClassName
{
background-color: #0759CE;
}
</style>
border-color css
<style>
span { border-color: #0759CE; }
span { border-color: rgb(7,89,206); }
td.TdClassName
{
border-color: #0759CE;
}
.TagClassName
{
border-color: #0759CE;
}
</style>