Shades of Navy Blue #0978E7
Tints of Navy Blue #0978E7
RGB
CMYK
RGB Variations
Color information
#0978E7 (or 0x0978E7) is known color: Navy Blue. HEX triplet: 09, 78 and E7. RGB value is (9,120,231). Sum of RGB (Red+Green+Blue) = 9+120+231=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 231 (90.62% from 255 or 64.17% from 360); Max value from RGB is 231 - color contains mainly: blue. Hex color #0978E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0978E7 is #F68718. Grayscale: #626262. Windows color (decimal): -16156441 or 15169545. OLE color: 15169545.
HSL color Cylindrical-coordinate representation of color #0978E7: hue angle of 210º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0978E7 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 120 | 231 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.09 |
| HSL | 210º | 0.93% | 0.47% | - |
| HSV(B) | 210º | 0.96% | 0.91% | - |
| XYZ | 21.25 | 19.26 | 78.2 | - |
| YUV | 99.47 | 202.23 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 231 | 0.96 | 0.48 | 0 | 0.09 | 210 | 0.93 | 0.47 |
| Hex | 9 | 78 | E7 | 60 | 30 | 0 | 9 | D2 | 5C | 2F |
| Octal | 11 | 170 | 347 | 140 | 60 | 0 | 11 | 322 | 134 | 57 |
| Binary | 1001 | 1111000 | 11100111 | 1100000 | 110000 | 0 | 1001 | 11010010 | 1011100 | 101111 |
Color Harmonies of #0978E7
Complementary color
Monochromatic Colors of #0978E7
Black with #0978E7
Text Example
Text Example
White with #0978E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978E7; }
p { color: rgb(9,120,231); }
H1.HeaderClassName
{
color: #0978E7;
}
.AnyTagClassName
{
color: #0978E7;
}
</style>
background-color css
<style>
a { background-color: #0978E7; }
a { background-color: rgb(9,120,231); }
div.DivClassName
{
background-color: #0978E7;
}
.BgClassName
{
background-color: #0978E7;
}
</style>
border-color css
<style>
span { border-color: #0978E7; }
span { border-color: rgb(9,120,231); }
td.TdClassName
{
border-color: #0978E7;
}
.TagClassName
{
border-color: #0978E7;
}
</style>