Shades of Navy Blue #0982CE
Tints of Navy Blue #0982CE
RGB
CMYK
RGB Variations
Color information
#0982CE (or 0x0982CE) is known color: Navy Blue. HEX triplet: 09, 82 and CE. RGB value is (9,130,206). Sum of RGB (Red+Green+Blue) = 9+130+206=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #0982CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982CE is #F67D31. Grayscale: #666666. Windows color (decimal): -16153906 or 13533705. OLE color: 13533705.
HSL color Cylindrical-coordinate representation of color #0982CE: hue angle of 203.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982CE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 130 | 206 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.19 |
| HSL | 203.15º | 0.92% | 0.42% | - |
| HSV(B) | 203.15º | 0.96% | 0.81% | - |
| XYZ | 19.24 | 20.48 | 61.33 | - |
| YUV | 102.49 | 186.41 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 206 | 0.96 | 0.37 | 0 | 0.19 | 203.15 | 0.92 | 0.42 |
| Hex | 9 | 82 | CE | 60 | 25 | 0 | 13 | CB | 5C | 2A |
| Octal | 11 | 202 | 316 | 140 | 45 | 0 | 23 | 313 | 134 | 52 |
| Binary | 1001 | 10000010 | 11001110 | 1100000 | 100101 | 0 | 10011 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0982CE
Complementary color
Monochromatic Colors of #0982CE
Black with #0982CE
Text Example
Text Example
White with #0982CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982CE; }
p { color: rgb(9,130,206); }
H1.HeaderClassName
{
color: #0982CE;
}
.AnyTagClassName
{
color: #0982CE;
}
</style>
background-color css
<style>
a { background-color: #0982CE; }
a { background-color: rgb(9,130,206); }
div.DivClassName
{
background-color: #0982CE;
}
.BgClassName
{
background-color: #0982CE;
}
</style>
border-color css
<style>
span { border-color: #0982CE; }
span { border-color: rgb(9,130,206); }
td.TdClassName
{
border-color: #0982CE;
}
.TagClassName
{
border-color: #0982CE;
}
</style>