Shades of Navy Blue #0080EA
Tints of Navy Blue #0080EA
RGB
CMYK
RGB Variations
Color information
#0080EA (or 0x0080EA) is known color: Navy Blue. HEX triplet: 00, 80 and EA. RGB value is (0,128,234). Sum of RGB (Red+Green+Blue) = 0+128+234=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #0080EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080EA is #FF7F15. Grayscale: #656565. Windows color (decimal): -16744214 or 15368192. OLE color: 15368192.
HSL color Cylindrical-coordinate representation of color #0080EA: hue angle of 207.18º 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 #0080EA is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 128 | 234 | - |
| CMYK | 1 | 0.45 | 0 | 0.08 |
| HSL | 207.18º | 1% | 0.46% | - |
| HSV(B) | 207.18º | 1% | 0.92% | - |
| XYZ | 22.57 | 21.38 | 80.78 | - |
| YUV | 101.81 | 202.59 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 234 | 1 | 0.45 | 0 | 0.08 | 207.18 | 1 | 0.46 |
| Hex | 0 | 80 | EA | 64 | 2D | 0 | 8 | CF | 64 | 2E |
| Octal | 0 | 200 | 352 | 144 | 55 | 0 | 10 | 317 | 144 | 56 |
| Binary | 0 | 10000000 | 11101010 | 1100100 | 101101 | 0 | 1000 | 11001111 | 1100100 | 101110 |
Color Harmonies of #0080EA
Complementary color
Monochromatic Colors of #0080EA
Black with #0080EA
Text Example
Text Example
White with #0080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080EA; }
p { color: rgb(0,128,234); }
H1.HeaderClassName
{
color: #0080EA;
}
.AnyTagClassName
{
color: #0080EA;
}
</style>
background-color css
<style>
a { background-color: #0080EA; }
a { background-color: rgb(0,128,234); }
div.DivClassName
{
background-color: #0080EA;
}
.BgClassName
{
background-color: #0080EA;
}
</style>
border-color css
<style>
span { border-color: #0080EA; }
span { border-color: rgb(0,128,234); }
td.TdClassName
{
border-color: #0080EA;
}
.TagClassName
{
border-color: #0080EA;
}
</style>