Shades of Navy Blue #0978CF
Tints of Navy Blue #0978CF
RGB
CMYK
RGB Variations
Color information
#0978CF (or 0x0978CF) is known color: Navy Blue. HEX triplet: 09, 78 and CF. RGB value is (9,120,207). Sum of RGB (Red+Green+Blue) = 9+120+207=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #0978CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978CF is #F68730. Grayscale: #606060. Windows color (decimal): -16156465 or 13596681. OLE color: 13596681.
HSL color Cylindrical-coordinate representation of color #0978CF: hue angle of 206.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0978CF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 120 | 207 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.19 |
| HSL | 206.36º | 0.92% | 0.42% | - |
| HSV(B) | 206.36º | 0.96% | 0.81% | - |
| XYZ | 18.09 | 18 | 61.55 | - |
| YUV | 96.73 | 190.23 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 207 | 0.96 | 0.42 | 0 | 0.19 | 206.36 | 0.92 | 0.42 |
| Hex | 9 | 78 | CF | 60 | 2A | 0 | 13 | CE | 5C | 2A |
| Octal | 11 | 170 | 317 | 140 | 52 | 0 | 23 | 316 | 134 | 52 |
| Binary | 1001 | 1111000 | 11001111 | 1100000 | 101010 | 0 | 10011 | 11001110 | 1011100 | 101010 |
Color Harmonies of #0978CF
Complementary color
Monochromatic Colors of #0978CF
Black with #0978CF
Text Example
Text Example
White with #0978CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978CF; }
p { color: rgb(9,120,207); }
H1.HeaderClassName
{
color: #0978CF;
}
.AnyTagClassName
{
color: #0978CF;
}
</style>
background-color css
<style>
a { background-color: #0978CF; }
a { background-color: rgb(9,120,207); }
div.DivClassName
{
background-color: #0978CF;
}
.BgClassName
{
background-color: #0978CF;
}
</style>
border-color css
<style>
span { border-color: #0978CF; }
span { border-color: rgb(9,120,207); }
td.TdClassName
{
border-color: #0978CF;
}
.TagClassName
{
border-color: #0978CF;
}
</style>