Shades of Navy Blue #0977EC
Tints of Navy Blue #0977EC
RGB
CMYK
RGB Variations
Color information
#0977EC (or 0x0977EC) is known color: Navy Blue. HEX triplet: 09, 77 and EC. RGB value is (9,119,236). Sum of RGB (Red+Green+Blue) = 9+119+236=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #0977EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977EC is #F68813. Grayscale: #626262. Windows color (decimal): -16156692 or 15496969. OLE color: 15496969.
HSL color Cylindrical-coordinate representation of color #0977EC: hue angle of 210.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977EC is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 119 | 236 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.07 |
| HSL | 210.93º | 0.93% | 0.48% | - |
| HSV(B) | 210.93º | 0.96% | 0.93% | - |
| XYZ | 21.85 | 19.31 | 81.93 | - |
| YUV | 99.45 | 205.06 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 236 | 0.96 | 0.50 | 0 | 0.07 | 210.93 | 0.93 | 0.48 |
| Hex | 9 | 77 | EC | 60 | 32 | 0 | 7 | D3 | 5D | 30 |
| Octal | 11 | 167 | 354 | 140 | 62 | 0 | 7 | 323 | 135 | 60 |
| Binary | 1001 | 1110111 | 11101100 | 1100000 | 110010 | 0 | 111 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0977EC
Complementary color
Monochromatic Colors of #0977EC
Black with #0977EC
Text Example
Text Example
White with #0977EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977EC; }
p { color: rgb(9,119,236); }
H1.HeaderClassName
{
color: #0977EC;
}
.AnyTagClassName
{
color: #0977EC;
}
</style>
background-color css
<style>
a { background-color: #0977EC; }
a { background-color: rgb(9,119,236); }
div.DivClassName
{
background-color: #0977EC;
}
.BgClassName
{
background-color: #0977EC;
}
</style>
border-color css
<style>
span { border-color: #0977EC; }
span { border-color: rgb(9,119,236); }
td.TdClassName
{
border-color: #0977EC;
}
.TagClassName
{
border-color: #0977EC;
}
</style>