Shades of Navy Blue #0077EB
Tints of Navy Blue #0077EB
RGB
CMYK
RGB Variations
Color information
#0077EB (or 0x0077EB) is known color: Navy Blue. HEX triplet: 00, 77 and EB. RGB value is (0,119,235). Sum of RGB (Red+Green+Blue) = 0+119+235=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #0077EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077EB is #FF8814. Grayscale: #606060. Windows color (decimal): -16746517 or 15431424. OLE color: 15431424.
HSL color Cylindrical-coordinate representation of color #0077EB: hue angle of 209.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077EB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 119 | 235 | - |
| CMYK | 1 | 0.49 | 0 | 0.08 |
| HSL | 209.62º | 1% | 0.46% | - |
| HSV(B) | 209.62º | 1% | 0.92% | - |
| XYZ | 21.59 | 19.19 | 81.16 | - |
| YUV | 96.64 | 206.08 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 235 | 1 | 0.49 | 0 | 0.08 | 209.62 | 1 | 0.46 |
| Hex | 0 | 77 | EB | 64 | 31 | 0 | 8 | D2 | 64 | 2E |
| Octal | 0 | 167 | 353 | 144 | 61 | 0 | 10 | 322 | 144 | 56 |
| Binary | 0 | 1110111 | 11101011 | 1100100 | 110001 | 0 | 1000 | 11010010 | 1100100 | 101110 |
Color Harmonies of #0077EB
Complementary color
Monochromatic Colors of #0077EB
Black with #0077EB
Text Example
Text Example
White with #0077EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077EB; }
p { color: rgb(0,119,235); }
H1.HeaderClassName
{
color: #0077EB;
}
.AnyTagClassName
{
color: #0077EB;
}
</style>
background-color css
<style>
a { background-color: #0077EB; }
a { background-color: rgb(0,119,235); }
div.DivClassName
{
background-color: #0077EB;
}
.BgClassName
{
background-color: #0077EB;
}
</style>
border-color css
<style>
span { border-color: #0077EB; }
span { border-color: rgb(0,119,235); }
td.TdClassName
{
border-color: #0077EB;
}
.TagClassName
{
border-color: #0077EB;
}
</style>