Shades of Navy Blue #0978DD
Tints of Navy Blue #0978DD
RGB
CMYK
RGB Variations
Color information
#0978DD (or 0x0978DD) is known color: Navy Blue. HEX triplet: 09, 78 and DD. RGB value is (9,120,221). Sum of RGB (Red+Green+Blue) = 9+120+221=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #0978DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978DD is #F68722. Grayscale: #616161. Windows color (decimal): -16156451 or 14514185. OLE color: 14514185.
HSL color Cylindrical-coordinate representation of color #0978DD: hue angle of 208.58º 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 #0978DD is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 120 | 221 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.13 |
| HSL | 208.58º | 0.92% | 0.45% | - |
| HSV(B) | 208.58º | 0.96% | 0.87% | - |
| XYZ | 19.88 | 18.71 | 70.97 | - |
| YUV | 98.33 | 197.23 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 221 | 0.96 | 0.46 | 0 | 0.13 | 208.58 | 0.92 | 0.45 |
| Hex | 9 | 78 | DD | 60 | 2E | 0 | D | D1 | 5C | 2D |
| Octal | 11 | 170 | 335 | 140 | 56 | 0 | 15 | 321 | 134 | 55 |
| Binary | 1001 | 1111000 | 11011101 | 1100000 | 101110 | 0 | 1101 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0978DD
Complementary color
Monochromatic Colors of #0978DD
Black with #0978DD
Text Example
Text Example
White with #0978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978DD; }
p { color: rgb(9,120,221); }
H1.HeaderClassName
{
color: #0978DD;
}
.AnyTagClassName
{
color: #0978DD;
}
</style>
background-color css
<style>
a { background-color: #0978DD; }
a { background-color: rgb(9,120,221); }
div.DivClassName
{
background-color: #0978DD;
}
.BgClassName
{
background-color: #0978DD;
}
</style>
border-color css
<style>
span { border-color: #0978DD; }
span { border-color: rgb(9,120,221); }
td.TdClassName
{
border-color: #0978DD;
}
.TagClassName
{
border-color: #0978DD;
}
</style>