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