Shades of Navy Blue #0983DC
Tints of Navy Blue #0983DC
RGB
CMYK
RGB Variations
Color information
#0983DC (or 0x0983DC) is known color: Navy Blue. HEX triplet: 09, 83 and DC. RGB value is (9,131,220). Sum of RGB (Red+Green+Blue) = 9+131+220=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0983DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983DC is #F67C23. Grayscale: #686868. Windows color (decimal): -16153636 or 14451465. OLE color: 14451465.
HSL color Cylindrical-coordinate representation of color #0983DC: hue angle of 205.31º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0983DC is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 131 | 220 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.14 |
| HSL | 205.31º | 0.92% | 0.45% | - |
| HSV(B) | 205.31º | 0.96% | 0.86% | - |
| XYZ | 21.15 | 21.46 | 70.74 | - |
| YUV | 104.67 | 193.08 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 220 | 0.96 | 0.40 | 0 | 0.14 | 205.31 | 0.92 | 0.45 |
| Hex | 9 | 83 | DC | 60 | 28 | 0 | E | CD | 5C | 2D |
| Octal | 11 | 203 | 334 | 140 | 50 | 0 | 16 | 315 | 134 | 55 |
| Binary | 1001 | 10000011 | 11011100 | 1100000 | 101000 | 0 | 1110 | 11001101 | 1011100 | 101101 |
Color Harmonies of #0983DC
Complementary color
Monochromatic Colors of #0983DC
Black with #0983DC
Text Example
Text Example
White with #0983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983DC; }
p { color: rgb(9,131,220); }
H1.HeaderClassName
{
color: #0983DC;
}
.AnyTagClassName
{
color: #0983DC;
}
</style>
background-color css
<style>
a { background-color: #0983DC; }
a { background-color: rgb(9,131,220); }
div.DivClassName
{
background-color: #0983DC;
}
.BgClassName
{
background-color: #0983DC;
}
</style>
border-color css
<style>
span { border-color: #0983DC; }
span { border-color: rgb(9,131,220); }
td.TdClassName
{
border-color: #0983DC;
}
.TagClassName
{
border-color: #0983DC;
}
</style>