Shades of Navy Blue #0978DB
Tints of Navy Blue #0978DB
RGB
CMYK
RGB Variations
Color information
#0978DB (or 0x0978DB) is known color: Navy Blue. HEX triplet: 09, 78 and DB. RGB value is (9,120,219). Sum of RGB (Red+Green+Blue) = 9+120+219=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #0978DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978DB is #F68724. Grayscale: #616161. Windows color (decimal): -16156453 or 14383113. OLE color: 14383113.
HSL color Cylindrical-coordinate representation of color #0978DB: hue angle of 208.29º 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 #0978DB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 120 | 219 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.14 |
| HSL | 208.29º | 0.92% | 0.45% | - |
| HSV(B) | 208.29º | 0.96% | 0.86% | - |
| XYZ | 19.62 | 18.61 | 69.58 | - |
| YUV | 98.1 | 196.23 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 219 | 0.96 | 0.45 | 0 | 0.14 | 208.29 | 0.92 | 0.45 |
| Hex | 9 | 78 | DB | 60 | 2D | 0 | E | D0 | 5C | 2D |
| Octal | 11 | 170 | 333 | 140 | 55 | 0 | 16 | 320 | 134 | 55 |
| Binary | 1001 | 1111000 | 11011011 | 1100000 | 101101 | 0 | 1110 | 11010000 | 1011100 | 101101 |
Color Harmonies of #0978DB
Complementary color
Monochromatic Colors of #0978DB
Black with #0978DB
Text Example
Text Example
White with #0978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978DB; }
p { color: rgb(9,120,219); }
H1.HeaderClassName
{
color: #0978DB;
}
.AnyTagClassName
{
color: #0978DB;
}
</style>
background-color css
<style>
a { background-color: #0978DB; }
a { background-color: rgb(9,120,219); }
div.DivClassName
{
background-color: #0978DB;
}
.BgClassName
{
background-color: #0978DB;
}
</style>
border-color css
<style>
span { border-color: #0978DB; }
span { border-color: rgb(9,120,219); }
td.TdClassName
{
border-color: #0978DB;
}
.TagClassName
{
border-color: #0978DB;
}
</style>