Shades of Navy Blue #0980DF
Tints of Navy Blue #0980DF
RGB
CMYK
RGB Variations
Color information
#0980DF (or 0x0980DF) is known color: Navy Blue. HEX triplet: 09, 80 and DF. RGB value is (9,128,223). Sum of RGB (Red+Green+Blue) = 9+128+223=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #0980DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980DF is #F67F20. Grayscale: #666666. Windows color (decimal): -16154401 or 14647305. OLE color: 14647305.
HSL color Cylindrical-coordinate representation of color #0980DF: hue angle of 206.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0980DF is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 128 | 223 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.13 |
| HSL | 206.64º | 0.92% | 0.45% | - |
| HSV(B) | 206.64º | 0.96% | 0.87% | - |
| XYZ | 21.15 | 20.82 | 72.72 | - |
| YUV | 103.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 223 | 0.96 | 0.43 | 0 | 0.13 | 206.64 | 0.92 | 0.45 |
| Hex | 9 | 80 | DF | 60 | 2B | 0 | D | CF | 5C | 2D |
| Octal | 11 | 200 | 337 | 140 | 53 | 0 | 15 | 317 | 134 | 55 |
| Binary | 1001 | 10000000 | 11011111 | 1100000 | 101011 | 0 | 1101 | 11001111 | 1011100 | 101101 |
Color Harmonies of #0980DF
Complementary color
Monochromatic Colors of #0980DF
Black with #0980DF
Text Example
Text Example
White with #0980DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980DF; }
p { color: rgb(9,128,223); }
H1.HeaderClassName
{
color: #0980DF;
}
.AnyTagClassName
{
color: #0980DF;
}
</style>
background-color css
<style>
a { background-color: #0980DF; }
a { background-color: rgb(9,128,223); }
div.DivClassName
{
background-color: #0980DF;
}
.BgClassName
{
background-color: #0980DF;
}
</style>
border-color css
<style>
span { border-color: #0980DF; }
span { border-color: rgb(9,128,223); }
td.TdClassName
{
border-color: #0980DF;
}
.TagClassName
{
border-color: #0980DF;
}
</style>