Shades of Navy Blue #0080DD
Tints of Navy Blue #0080DD
RGB
CMYK
RGB Variations
Color information
#0080DD (or 0x0080DD) is known color: Navy Blue. HEX triplet: 00, 80 and DD. RGB value is (0,128,221). Sum of RGB (Red+Green+Blue) = 0+128+221=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #0080DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080DD is #FF7F22. Grayscale: #636363. Windows color (decimal): -16744227 or 14516224. OLE color: 14516224.
HSL color Cylindrical-coordinate representation of color #0080DD: hue angle of 205.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080DD is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 128 | 221 | - |
| CMYK | 1 | 0.42 | 0 | 0.13 |
| HSL | 205.25º | 1% | 0.43% | - |
| HSV(B) | 205.25º | 1% | 0.87% | - |
| XYZ | 20.77 | 20.66 | 71.3 | - |
| YUV | 100.33 | 196.09 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 221 | 1 | 0.42 | 0 | 0.13 | 205.25 | 1 | 0.43 |
| Hex | 0 | 80 | DD | 64 | 2A | 0 | D | CD | 64 | 2B |
| Octal | 0 | 200 | 335 | 144 | 52 | 0 | 15 | 315 | 144 | 53 |
| Binary | 0 | 10000000 | 11011101 | 1100100 | 101010 | 0 | 1101 | 11001101 | 1100100 | 101011 |
Color Harmonies of #0080DD
Complementary color
Monochromatic Colors of #0080DD
Black with #0080DD
Text Example
Text Example
White with #0080DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080DD; }
p { color: rgb(0,128,221); }
H1.HeaderClassName
{
color: #0080DD;
}
.AnyTagClassName
{
color: #0080DD;
}
</style>
background-color css
<style>
a { background-color: #0080DD; }
a { background-color: rgb(0,128,221); }
div.DivClassName
{
background-color: #0080DD;
}
.BgClassName
{
background-color: #0080DD;
}
</style>
border-color css
<style>
span { border-color: #0080DD; }
span { border-color: rgb(0,128,221); }
td.TdClassName
{
border-color: #0080DD;
}
.TagClassName
{
border-color: #0080DD;
}
</style>