Shades of Navy Blue #0080DB
Tints of Navy Blue #0080DB
RGB
CMYK
RGB Variations
Color information
#0080DB (or 0x0080DB) is known color: Navy Blue. HEX triplet: 00, 80 and DB. RGB value is (0,128,219). Sum of RGB (Red+Green+Blue) = 0+128+219=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #0080DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080DB is #FF7F24. Grayscale: #636363. Windows color (decimal): -16744229 or 14385152. OLE color: 14385152.
HSL color Cylindrical-coordinate representation of color #0080DB: hue angle of 204.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080DB is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 128 | 219 | - |
| CMYK | 1 | 0.42 | 0 | 0.14 |
| HSL | 204.93º | 1% | 0.43% | - |
| HSV(B) | 204.93º | 1% | 0.86% | - |
| XYZ | 20.51 | 20.55 | 69.9 | - |
| YUV | 100.1 | 195.09 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 219 | 1 | 0.42 | 0 | 0.14 | 204.93 | 1 | 0.43 |
| Hex | 0 | 80 | DB | 64 | 2A | 0 | E | CD | 64 | 2B |
| Octal | 0 | 200 | 333 | 144 | 52 | 0 | 16 | 315 | 144 | 53 |
| Binary | 0 | 10000000 | 11011011 | 1100100 | 101010 | 0 | 1110 | 11001101 | 1100100 | 101011 |
Color Harmonies of #0080DB
Complementary color
Monochromatic Colors of #0080DB
Black with #0080DB
Text Example
Text Example
White with #0080DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080DB; }
p { color: rgb(0,128,219); }
H1.HeaderClassName
{
color: #0080DB;
}
.AnyTagClassName
{
color: #0080DB;
}
</style>
background-color css
<style>
a { background-color: #0080DB; }
a { background-color: rgb(0,128,219); }
div.DivClassName
{
background-color: #0080DB;
}
.BgClassName
{
background-color: #0080DB;
}
</style>
border-color css
<style>
span { border-color: #0080DB; }
span { border-color: rgb(0,128,219); }
td.TdClassName
{
border-color: #0080DB;
}
.TagClassName
{
border-color: #0080DB;
}
</style>