Shades of Navy Blue #0982CD
Tints of Navy Blue #0982CD
RGB
CMYK
RGB Variations
Color information
#0982CD (or 0x0982CD) is known color: Navy Blue. HEX triplet: 09, 82 and CD. RGB value is (9,130,205). Sum of RGB (Red+Green+Blue) = 9+130+205=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #0982CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982CD is #F67D32. Grayscale: #656565. Windows color (decimal): -16153907 or 13468169. OLE color: 13468169.
HSL color Cylindrical-coordinate representation of color #0982CD: hue angle of 202.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982CD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 130 | 205 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.20 |
| HSL | 202.96º | 0.92% | 0.42% | - |
| HSV(B) | 202.96º | 0.96% | 0.8% | - |
| XYZ | 19.11 | 20.43 | 60.69 | - |
| YUV | 102.37 | 185.91 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 205 | 0.96 | 0.37 | 0 | 0.20 | 202.96 | 0.92 | 0.42 |
| Hex | 9 | 82 | CD | 60 | 25 | 0 | 14 | CB | 5C | 2A |
| Octal | 11 | 202 | 315 | 140 | 45 | 0 | 24 | 313 | 134 | 52 |
| Binary | 1001 | 10000010 | 11001101 | 1100000 | 100101 | 0 | 10100 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0982CD
Complementary color
Monochromatic Colors of #0982CD
Black with #0982CD
Text Example
Text Example
White with #0982CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982CD; }
p { color: rgb(9,130,205); }
H1.HeaderClassName
{
color: #0982CD;
}
.AnyTagClassName
{
color: #0982CD;
}
</style>
background-color css
<style>
a { background-color: #0982CD; }
a { background-color: rgb(9,130,205); }
div.DivClassName
{
background-color: #0982CD;
}
.BgClassName
{
background-color: #0982CD;
}
</style>
border-color css
<style>
span { border-color: #0982CD; }
span { border-color: rgb(9,130,205); }
td.TdClassName
{
border-color: #0982CD;
}
.TagClassName
{
border-color: #0982CD;
}
</style>