Shades of Navy Blue #0980CE
Tints of Navy Blue #0980CE
RGB
CMYK
RGB Variations
Color information
#0980CE (or 0x0980CE) is known color: Navy Blue. HEX triplet: 09, 80 and CE. RGB value is (9,128,206). Sum of RGB (Red+Green+Blue) = 9+128+206=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #0980CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980CE is #F67F31. Grayscale: #646464. Windows color (decimal): -16154418 or 13533193. OLE color: 13533193.
HSL color Cylindrical-coordinate representation of color #0980CE: hue angle of 203.76º 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 #0980CE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 128 | 206 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.19 |
| HSL | 203.76º | 0.92% | 0.42% | - |
| HSV(B) | 203.76º | 0.96% | 0.81% | - |
| XYZ | 18.97 | 19.95 | 61.24 | - |
| YUV | 101.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 206 | 0.96 | 0.38 | 0 | 0.19 | 203.76 | 0.92 | 0.42 |
| Hex | 9 | 80 | CE | 60 | 26 | 0 | 13 | CC | 5C | 2A |
| Octal | 11 | 200 | 316 | 140 | 46 | 0 | 23 | 314 | 134 | 52 |
| Binary | 1001 | 10000000 | 11001110 | 1100000 | 100110 | 0 | 10011 | 11001100 | 1011100 | 101010 |
Color Harmonies of #0980CE
Complementary color
Monochromatic Colors of #0980CE
Black with #0980CE
Text Example
Text Example
White with #0980CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980CE; }
p { color: rgb(9,128,206); }
H1.HeaderClassName
{
color: #0980CE;
}
.AnyTagClassName
{
color: #0980CE;
}
</style>
background-color css
<style>
a { background-color: #0980CE; }
a { background-color: rgb(9,128,206); }
div.DivClassName
{
background-color: #0980CE;
}
.BgClassName
{
background-color: #0980CE;
}
</style>
border-color css
<style>
span { border-color: #0980CE; }
span { border-color: rgb(9,128,206); }
td.TdClassName
{
border-color: #0980CE;
}
.TagClassName
{
border-color: #0980CE;
}
</style>