Shades of Navy #000978
Tints of Navy #000978
RGB
CMYK
RGB Variations
Color information
#000978 (or 0x000978) is known color: Navy. HEX triplet: 00, 09 and 78. RGB value is (0,9,120). Sum of RGB (Red+Green+Blue) = 0+9+120=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 120 (47.27% from 255 or 93.02% from 129); Max value from RGB is 120 - color contains mainly: blue. Hex color #000978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000978 is #FFF687. Grayscale: #121212. Windows color (decimal): -16774792 or 7866624. OLE color: 7866624.
HSL color Cylindrical-coordinate representation of color #000978: hue angle of 235.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000978 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 9 | 120 | - |
| CMYK | 1 | 0.92 | 0 | 0.53 |
| HSL | 235.5º | 1% | 0.24% | - |
| HSV(B) | 235.5º | 1% | 0.47% | - |
| XYZ | 3.49 | 1.55 | 17.88 | - |
| YUV | 18.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 120 | 1 | 0.92 | 0 | 0.53 | 235.5 | 1 | 0.24 |
| Hex | 0 | 9 | 78 | 64 | 5C | 0 | 35 | EC | 64 | 18 |
| Octal | 0 | 11 | 170 | 144 | 134 | 0 | 65 | 354 | 144 | 30 |
| Binary | 0 | 1001 | 1111000 | 1100100 | 1011100 | 0 | 110101 | 11101100 | 1100100 | 11000 |
Color Harmonies of #000978
Complementary color
Monochromatic Colors of #000978
Black with #000978
Text Example
Text Example
White with #000978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000978; }
p { color: rgb(0,9,120); }
H1.HeaderClassName
{
color: #000978;
}
.AnyTagClassName
{
color: #000978;
}
</style>
background-color css
<style>
a { background-color: #000978; }
a { background-color: rgb(0,9,120); }
div.DivClassName
{
background-color: #000978;
}
.BgClassName
{
background-color: #000978;
}
</style>
border-color css
<style>
span { border-color: #000978; }
span { border-color: rgb(0,9,120); }
td.TdClassName
{
border-color: #000978;
}
.TagClassName
{
border-color: #000978;
}
</style>