Shades of Navy Blue #0761FF
Tints of Navy Blue #0761FF
RGB
CMYK
RGB Variations
Color information
#0761FF (or 0x0761FF) is known color: Navy Blue. HEX triplet: 07, 61 and FF. RGB value is (7,97,255). Sum of RGB (Red+Green+Blue) = 7+97+255=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0761FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761FF is #F89E00. Grayscale: #575757. Windows color (decimal): -16293377 or 16736519. OLE color: 16736519.
HSL color Cylindrical-coordinate representation of color #0761FF: hue angle of 218.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0761FF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 97 | 255 | - |
| CMYK | 0.97 | 0.62 | 0 | 0 |
| HSL | 218.23º | 1% | 0.51% | - |
| HSV(B) | 218.23º | 0.97% | 1% | - |
| XYZ | 22.41 | 15.81 | 96.48 | - |
| YUV | 88.1 | 222.18 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 255 | 0.97 | 0.62 | 0 | 0 | 218.23 | 1 | 0.51 |
| Hex | 7 | 61 | FF | 61 | 3E | 0 | 0 | DA | 64 | 33 |
| Octal | 7 | 141 | 377 | 141 | 76 | 0 | 0 | 332 | 144 | 63 |
| Binary | 111 | 1100001 | 11111111 | 1100001 | 111110 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #0761FF
Complementary color
Monochromatic Colors of #0761FF
Black with #0761FF
Text Example
Text Example
White with #0761FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0761FF; }
p { color: rgb(7,97,255); }
H1.HeaderClassName
{
color: #0761FF;
}
.AnyTagClassName
{
color: #0761FF;
}
</style>
background-color css
<style>
a { background-color: #0761FF; }
a { background-color: rgb(7,97,255); }
div.DivClassName
{
background-color: #0761FF;
}
.BgClassName
{
background-color: #0761FF;
}
</style>
border-color css
<style>
span { border-color: #0761FF; }
span { border-color: rgb(7,97,255); }
td.TdClassName
{
border-color: #0761FF;
}
.TagClassName
{
border-color: #0761FF;
}
</style>