Shades of Navy Blue #0982DD
Tints of Navy Blue #0982DD
RGB
CMYK
RGB Variations
Color information
#0982DD (or 0x0982DD) is known color: Navy Blue. HEX triplet: 09, 82 and DD. RGB value is (9,130,221). Sum of RGB (Red+Green+Blue) = 9+130+221=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #0982DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982DD is #F67D22. Grayscale: #676767. Windows color (decimal): -16153891 or 14516745. OLE color: 14516745.
HSL color Cylindrical-coordinate representation of color #0982DD: hue angle of 205.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982DD is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 130 | 221 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.13 |
| HSL | 205.75º | 0.92% | 0.45% | - |
| HSV(B) | 205.75º | 0.96% | 0.87% | - |
| XYZ | 21.15 | 21.24 | 71.39 | - |
| YUV | 104.2 | 193.91 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 221 | 0.96 | 0.41 | 0 | 0.13 | 205.75 | 0.92 | 0.45 |
| Hex | 9 | 82 | DD | 60 | 29 | 0 | D | CE | 5C | 2D |
| Octal | 11 | 202 | 335 | 140 | 51 | 0 | 15 | 316 | 134 | 55 |
| Binary | 1001 | 10000010 | 11011101 | 1100000 | 101001 | 0 | 1101 | 11001110 | 1011100 | 101101 |
Color Harmonies of #0982DD
Complementary color
Monochromatic Colors of #0982DD
Black with #0982DD
Text Example
Text Example
White with #0982DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982DD; }
p { color: rgb(9,130,221); }
H1.HeaderClassName
{
color: #0982DD;
}
.AnyTagClassName
{
color: #0982DD;
}
</style>
background-color css
<style>
a { background-color: #0982DD; }
a { background-color: rgb(9,130,221); }
div.DivClassName
{
background-color: #0982DD;
}
.BgClassName
{
background-color: #0982DD;
}
</style>
border-color css
<style>
span { border-color: #0982DD; }
span { border-color: rgb(9,130,221); }
td.TdClassName
{
border-color: #0982DD;
}
.TagClassName
{
border-color: #0982DD;
}
</style>