Shades of Navy Blue #0082DD
Tints of Navy Blue #0082DD
RGB
CMYK
RGB Variations
Color information
#0082DD (or 0x0082DD) is known color: Navy Blue. HEX triplet: 00, 82 and DD. RGB value is (0,130,221). Sum of RGB (Red+Green+Blue) = 0+130+221=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #0082DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082DD is #FF7D22. Grayscale: #656565. Windows color (decimal): -16743715 or 14516736. OLE color: 14516736.
HSL color Cylindrical-coordinate representation of color #0082DD: hue angle of 204.71º 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 #0082DD is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 130 | 221 | - |
| CMYK | 1 | 0.41 | 0 | 0.13 |
| HSL | 204.71º | 1% | 0.43% | - |
| HSV(B) | 204.71º | 1% | 0.87% | - |
| XYZ | 21.03 | 21.19 | 71.39 | - |
| YUV | 101.5 | 195.43 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 221 | 1 | 0.41 | 0 | 0.13 | 204.71 | 1 | 0.43 |
| Hex | 0 | 82 | DD | 64 | 29 | 0 | D | CD | 64 | 2B |
| Octal | 0 | 202 | 335 | 144 | 51 | 0 | 15 | 315 | 144 | 53 |
| Binary | 0 | 10000010 | 11011101 | 1100100 | 101001 | 0 | 1101 | 11001101 | 1100100 | 101011 |
Color Harmonies of #0082DD
Complementary color
Monochromatic Colors of #0082DD
Black with #0082DD
Text Example
Text Example
White with #0082DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082DD; }
p { color: rgb(0,130,221); }
H1.HeaderClassName
{
color: #0082DD;
}
.AnyTagClassName
{
color: #0082DD;
}
</style>
background-color css
<style>
a { background-color: #0082DD; }
a { background-color: rgb(0,130,221); }
div.DivClassName
{
background-color: #0082DD;
}
.BgClassName
{
background-color: #0082DD;
}
</style>
border-color css
<style>
span { border-color: #0082DD; }
span { border-color: rgb(0,130,221); }
td.TdClassName
{
border-color: #0082DD;
}
.TagClassName
{
border-color: #0082DD;
}
</style>