Shades of Navy Blue #0080E6
Tints of Navy Blue #0080E6
RGB
CMYK
RGB Variations
Color information
#0080E6 (or 0x0080E6) is known color: Navy Blue. HEX triplet: 00, 80 and E6. RGB value is (0,128,230). Sum of RGB (Red+Green+Blue) = 0+128+230=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #0080E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080E6 is #FF7F19. Grayscale: #646464. Windows color (decimal): -16744218 or 15106048. OLE color: 15106048.
HSL color Cylindrical-coordinate representation of color #0080E6: hue angle of 206.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080E6 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 128 | 230 | - |
| CMYK | 1 | 0.44 | 0 | 0.10 |
| HSL | 206.61º | 1% | 0.45% | - |
| HSV(B) | 206.61º | 1% | 0.9% | - |
| XYZ | 22 | 21.15 | 77.79 | - |
| YUV | 101.36 | 200.59 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 230 | 1 | 0.44 | 0 | 0.10 | 206.61 | 1 | 0.45 |
| Hex | 0 | 80 | E6 | 64 | 2C | 0 | A | CF | 64 | 2D |
| Octal | 0 | 200 | 346 | 144 | 54 | 0 | 12 | 317 | 144 | 55 |
| Binary | 0 | 10000000 | 11100110 | 1100100 | 101100 | 0 | 1010 | 11001111 | 1100100 | 101101 |
Color Harmonies of #0080E6
Complementary color
Monochromatic Colors of #0080E6
Black with #0080E6
Text Example
Text Example
White with #0080E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080E6; }
p { color: rgb(0,128,230); }
H1.HeaderClassName
{
color: #0080E6;
}
.AnyTagClassName
{
color: #0080E6;
}
</style>
background-color css
<style>
a { background-color: #0080E6; }
a { background-color: rgb(0,128,230); }
div.DivClassName
{
background-color: #0080E6;
}
.BgClassName
{
background-color: #0080E6;
}
</style>
border-color css
<style>
span { border-color: #0080E6; }
span { border-color: rgb(0,128,230); }
td.TdClassName
{
border-color: #0080E6;
}
.TagClassName
{
border-color: #0080E6;
}
</style>