Shades of Navy Blue #0761FE
Tints of Navy Blue #0761FE
RGB
CMYK
RGB Variations
Color information
#0761FE (or 0x0761FE) is known color: Navy Blue. HEX triplet: 07, 61 and FE. RGB value is (7,97,254). Sum of RGB (Red+Green+Blue) = 7+97+254=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0761FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761FE is #F89E01. Grayscale: #575757. Windows color (decimal): -16293378 or 16670983. OLE color: 16670983.
HSL color Cylindrical-coordinate representation of color #0761FE: hue angle of 218.14º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0761FE is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 97 | 254 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.00 |
| HSL | 218.14º | 0.99% | 0.51% | - |
| HSV(B) | 218.14º | 0.97% | 1% | - |
| XYZ | 22.25 | 15.75 | 95.63 | - |
| YUV | 87.99 | 221.68 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 254 | 0.97 | 0.62 | 0 | 0.00 | 218.14 | 0.99 | 0.51 |
| Hex | 7 | 61 | FE | 61 | 3E | 0 | 0 | DA | 63 | 33 |
| Octal | 7 | 141 | 376 | 141 | 76 | 0 | 0 | 332 | 143 | 63 |
| Binary | 111 | 1100001 | 11111110 | 1100001 | 111110 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0761FE
Complementary color
Monochromatic Colors of #0761FE
Black with #0761FE
Text Example
Text Example
White with #0761FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0761FE; }
p { color: rgb(7,97,254); }
H1.HeaderClassName
{
color: #0761FE;
}
.AnyTagClassName
{
color: #0761FE;
}
</style>
background-color css
<style>
a { background-color: #0761FE; }
a { background-color: rgb(7,97,254); }
div.DivClassName
{
background-color: #0761FE;
}
.BgClassName
{
background-color: #0761FE;
}
</style>
border-color css
<style>
span { border-color: #0761FE; }
span { border-color: rgb(7,97,254); }
td.TdClassName
{
border-color: #0761FE;
}
.TagClassName
{
border-color: #0761FE;
}
</style>