Shades of Navy Blue #0758EF
Tints of Navy Blue #0758EF
RGB
CMYK
RGB Variations
Color information
#0758EF (or 0x0758EF) is known color: Navy Blue. HEX triplet: 07, 58 and EF. RGB value is (7,88,239). Sum of RGB (Red+Green+Blue) = 7+88+239=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #0758EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0758EF is #F8A710. Grayscale: #505050. Windows color (decimal): -16295697 or 15685639. OLE color: 15685639.
HSL color Cylindrical-coordinate representation of color #0758EF: hue angle of 219.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0758EF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 88 | 239 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.06 |
| HSL | 219.05º | 0.94% | 0.48% | - |
| HSV(B) | 219.05º | 0.97% | 0.94% | - |
| XYZ | 19.16 | 13.26 | 83.21 | - |
| YUV | 81 | 217.16 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 239 | 0.97 | 0.63 | 0 | 0.06 | 219.05 | 0.94 | 0.48 |
| Hex | 7 | 58 | EF | 61 | 3F | 0 | 6 | DB | 5E | 30 |
| Octal | 7 | 130 | 357 | 141 | 77 | 0 | 6 | 333 | 136 | 60 |
| Binary | 111 | 1011000 | 11101111 | 1100001 | 111111 | 0 | 110 | 11011011 | 1011110 | 110000 |
Color Harmonies of #0758EF
Complementary color
Monochromatic Colors of #0758EF
Black with #0758EF
Text Example
Text Example
White with #0758EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0758EF; }
p { color: rgb(7,88,239); }
H1.HeaderClassName
{
color: #0758EF;
}
.AnyTagClassName
{
color: #0758EF;
}
</style>
background-color css
<style>
a { background-color: #0758EF; }
a { background-color: rgb(7,88,239); }
div.DivClassName
{
background-color: #0758EF;
}
.BgClassName
{
background-color: #0758EF;
}
</style>
border-color css
<style>
span { border-color: #0758EF; }
span { border-color: rgb(7,88,239); }
td.TdClassName
{
border-color: #0758EF;
}
.TagClassName
{
border-color: #0758EF;
}
</style>