Shades of Navy Blue #0080D8
Tints of Navy Blue #0080D8
RGB
CMYK
RGB Variations
Color information
#0080D8 (or 0x0080D8) is known color: Navy Blue. HEX triplet: 00, 80 and D8. RGB value is (0,128,216). Sum of RGB (Red+Green+Blue) = 0+128+216=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #0080D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080D8 is #FF7F27. Grayscale: #636363. Windows color (decimal): -16744232 or 14188544. OLE color: 14188544.
HSL color Cylindrical-coordinate representation of color #0080D8: hue angle of 204.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080D8 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 128 | 216 | - |
| CMYK | 1 | 0.41 | 0 | 0.15 |
| HSL | 204.44º | 1% | 0.42% | - |
| HSV(B) | 204.44º | 1% | 0.85% | - |
| XYZ | 20.11 | 20.4 | 67.84 | - |
| YUV | 99.76 | 193.59 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 216 | 1 | 0.41 | 0 | 0.15 | 204.44 | 1 | 0.42 |
| Hex | 0 | 80 | D8 | 64 | 29 | 0 | F | CC | 64 | 2A |
| Octal | 0 | 200 | 330 | 144 | 51 | 0 | 17 | 314 | 144 | 52 |
| Binary | 0 | 10000000 | 11011000 | 1100100 | 101001 | 0 | 1111 | 11001100 | 1100100 | 101010 |
Color Harmonies of #0080D8
Complementary color
Monochromatic Colors of #0080D8
Black with #0080D8
Text Example
Text Example
White with #0080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080D8; }
p { color: rgb(0,128,216); }
H1.HeaderClassName
{
color: #0080D8;
}
.AnyTagClassName
{
color: #0080D8;
}
</style>
background-color css
<style>
a { background-color: #0080D8; }
a { background-color: rgb(0,128,216); }
div.DivClassName
{
background-color: #0080D8;
}
.BgClassName
{
background-color: #0080D8;
}
</style>
border-color css
<style>
span { border-color: #0080D8; }
span { border-color: rgb(0,128,216); }
td.TdClassName
{
border-color: #0080D8;
}
.TagClassName
{
border-color: #0080D8;
}
</style>