Shades of Navy Blue #0759CB
Tints of Navy Blue #0759CB
RGB
CMYK
RGB Variations
Color information
#0759CB (or 0x0759CB) is known color: Navy Blue. HEX triplet: 07, 59 and CB. RGB value is (7,89,203). Sum of RGB (Red+Green+Blue) = 7+89+203=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #0759CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759CB is #F8A634. Grayscale: #4C4C4C. Windows color (decimal): -16295477 or 13326599. OLE color: 13326599.
HSL color Cylindrical-coordinate representation of color #0759CB: hue angle of 214.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759CB is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 89 | 203 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.20 |
| HSL | 214.9º | 0.93% | 0.41% | - |
| HSV(B) | 214.9º | 0.97% | 0.8% | - |
| XYZ | 14.44 | 11.5 | 57.96 | - |
| YUV | 77.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 203 | 0.97 | 0.56 | 0 | 0.20 | 214.9 | 0.93 | 0.41 |
| Hex | 7 | 59 | CB | 61 | 38 | 0 | 14 | D7 | 5D | 29 |
| Octal | 7 | 131 | 313 | 141 | 70 | 0 | 24 | 327 | 135 | 51 |
| Binary | 111 | 1011001 | 11001011 | 1100001 | 111000 | 0 | 10100 | 11010111 | 1011101 | 101001 |
Color Harmonies of #0759CB
Complementary color
Monochromatic Colors of #0759CB
Black with #0759CB
Text Example
Text Example
White with #0759CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759CB; }
p { color: rgb(7,89,203); }
H1.HeaderClassName
{
color: #0759CB;
}
.AnyTagClassName
{
color: #0759CB;
}
</style>
background-color css
<style>
a { background-color: #0759CB; }
a { background-color: rgb(7,89,203); }
div.DivClassName
{
background-color: #0759CB;
}
.BgClassName
{
background-color: #0759CB;
}
</style>
border-color css
<style>
span { border-color: #0759CB; }
span { border-color: rgb(7,89,203); }
td.TdClassName
{
border-color: #0759CB;
}
.TagClassName
{
border-color: #0759CB;
}
</style>