Shades of Navy Blue #0978DF
Tints of Navy Blue #0978DF
RGB
CMYK
RGB Variations
Color information
#0978DF (or 0x0978DF) is known color: Navy Blue. HEX triplet: 09, 78 and DF. RGB value is (9,120,223). Sum of RGB (Red+Green+Blue) = 9+120+223=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #0978DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978DF is #F68720. Grayscale: #626262. Windows color (decimal): -16156449 or 14645257. OLE color: 14645257.
HSL color Cylindrical-coordinate representation of color #0978DF: hue angle of 208.88º 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 #0978DF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 120 | 223 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.13 |
| HSL | 208.88º | 0.92% | 0.45% | - |
| HSV(B) | 208.88º | 0.96% | 0.87% | - |
| XYZ | 20.15 | 18.82 | 72.38 | - |
| YUV | 98.55 | 198.23 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 223 | 0.96 | 0.46 | 0 | 0.13 | 208.88 | 0.92 | 0.45 |
| Hex | 9 | 78 | DF | 60 | 2E | 0 | D | D1 | 5C | 2D |
| Octal | 11 | 170 | 337 | 140 | 56 | 0 | 15 | 321 | 134 | 55 |
| Binary | 1001 | 1111000 | 11011111 | 1100000 | 101110 | 0 | 1101 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0978DF
Complementary color
Monochromatic Colors of #0978DF
Black with #0978DF
Text Example
Text Example
White with #0978DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978DF; }
p { color: rgb(9,120,223); }
H1.HeaderClassName
{
color: #0978DF;
}
.AnyTagClassName
{
color: #0978DF;
}
</style>
background-color css
<style>
a { background-color: #0978DF; }
a { background-color: rgb(9,120,223); }
div.DivClassName
{
background-color: #0978DF;
}
.BgClassName
{
background-color: #0978DF;
}
</style>
border-color css
<style>
span { border-color: #0978DF; }
span { border-color: rgb(9,120,223); }
td.TdClassName
{
border-color: #0978DF;
}
.TagClassName
{
border-color: #0978DF;
}
</style>