Shades of Navy Blue #0765EF
Tints of Navy Blue #0765EF
RGB
CMYK
RGB Variations
Color information
#0765EF (or 0x0765EF) is known color: Navy Blue. HEX triplet: 07, 65 and EF. RGB value is (7,101,239). Sum of RGB (Red+Green+Blue) = 7+101+239=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #0765EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0765EF is #F89A10. Grayscale: #575757. Windows color (decimal): -16292369 or 15688967. OLE color: 15688967.
HSL color Cylindrical-coordinate representation of color #0765EF: hue angle of 215.69º 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 #0765EF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 101 | 239 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.06 |
| HSL | 215.69º | 0.94% | 0.48% | - |
| HSV(B) | 215.69º | 0.97% | 0.94% | - |
| XYZ | 20.32 | 15.58 | 83.6 | - |
| YUV | 88.63 | 212.86 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 239 | 0.97 | 0.58 | 0 | 0.06 | 215.69 | 0.94 | 0.48 |
| Hex | 7 | 65 | EF | 61 | 3A | 0 | 6 | D8 | 5E | 30 |
| Octal | 7 | 145 | 357 | 141 | 72 | 0 | 6 | 330 | 136 | 60 |
| Binary | 111 | 1100101 | 11101111 | 1100001 | 111010 | 0 | 110 | 11011000 | 1011110 | 110000 |
Color Harmonies of #0765EF
Complementary color
Monochromatic Colors of #0765EF
Black with #0765EF
Text Example
Text Example
White with #0765EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0765EF; }
p { color: rgb(7,101,239); }
H1.HeaderClassName
{
color: #0765EF;
}
.AnyTagClassName
{
color: #0765EF;
}
</style>
background-color css
<style>
a { background-color: #0765EF; }
a { background-color: rgb(7,101,239); }
div.DivClassName
{
background-color: #0765EF;
}
.BgClassName
{
background-color: #0765EF;
}
</style>
border-color css
<style>
span { border-color: #0765EF; }
span { border-color: rgb(7,101,239); }
td.TdClassName
{
border-color: #0765EF;
}
.TagClassName
{
border-color: #0765EF;
}
</style>