Shades of Navy Blue #0983CD
Tints of Navy Blue #0983CD
RGB
CMYK
RGB Variations
Color information
#0983CD (or 0x0983CD) is known color: Navy Blue. HEX triplet: 09, 83 and CD. RGB value is (9,131,205). Sum of RGB (Red+Green+Blue) = 9+131+205=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #0983CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983CD is #F67C32. Grayscale: #666666. Windows color (decimal): -16153651 or 13468425. OLE color: 13468425.
HSL color Cylindrical-coordinate representation of color #0983CD: hue angle of 202.65º 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 #0983CD is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 131 | 205 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.20 |
| HSL | 202.65º | 0.92% | 0.42% | - |
| HSV(B) | 202.65º | 0.96% | 0.8% | - |
| XYZ | 19.25 | 20.7 | 60.74 | - |
| YUV | 102.96 | 185.58 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 205 | 0.96 | 0.36 | 0 | 0.20 | 202.65 | 0.92 | 0.42 |
| Hex | 9 | 83 | CD | 60 | 24 | 0 | 14 | CB | 5C | 2A |
| Octal | 11 | 203 | 315 | 140 | 44 | 0 | 24 | 313 | 134 | 52 |
| Binary | 1001 | 10000011 | 11001101 | 1100000 | 100100 | 0 | 10100 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0983CD
Complementary color
Monochromatic Colors of #0983CD
Black with #0983CD
Text Example
Text Example
White with #0983CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983CD; }
p { color: rgb(9,131,205); }
H1.HeaderClassName
{
color: #0983CD;
}
.AnyTagClassName
{
color: #0983CD;
}
</style>
background-color css
<style>
a { background-color: #0983CD; }
a { background-color: rgb(9,131,205); }
div.DivClassName
{
background-color: #0983CD;
}
.BgClassName
{
background-color: #0983CD;
}
</style>
border-color css
<style>
span { border-color: #0983CD; }
span { border-color: rgb(9,131,205); }
td.TdClassName
{
border-color: #0983CD;
}
.TagClassName
{
border-color: #0983CD;
}
</style>