Shades of Navy Blue #0977EA
Tints of Navy Blue #0977EA
RGB
CMYK
RGB Variations
Color information
#0977EA (or 0x0977EA) is known color: Navy Blue. HEX triplet: 09, 77 and EA. RGB value is (9,119,234). Sum of RGB (Red+Green+Blue) = 9+119+234=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #0977EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977EA is #F68815. Grayscale: #626262. Windows color (decimal): -16156694 or 15365897. OLE color: 15365897.
HSL color Cylindrical-coordinate representation of color #0977EA: hue angle of 210.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977EA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 119 | 234 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.08 |
| HSL | 210.67º | 0.93% | 0.48% | - |
| HSV(B) | 210.67º | 0.96% | 0.92% | - |
| XYZ | 21.56 | 19.19 | 80.41 | - |
| YUV | 99.22 | 204.06 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 234 | 0.96 | 0.49 | 0 | 0.08 | 210.67 | 0.93 | 0.48 |
| Hex | 9 | 77 | EA | 60 | 31 | 0 | 8 | D3 | 5D | 30 |
| Octal | 11 | 167 | 352 | 140 | 61 | 0 | 10 | 323 | 135 | 60 |
| Binary | 1001 | 1110111 | 11101010 | 1100000 | 110001 | 0 | 1000 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0977EA
Complementary color
Monochromatic Colors of #0977EA
Black with #0977EA
Text Example
Text Example
White with #0977EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977EA; }
p { color: rgb(9,119,234); }
H1.HeaderClassName
{
color: #0977EA;
}
.AnyTagClassName
{
color: #0977EA;
}
</style>
background-color css
<style>
a { background-color: #0977EA; }
a { background-color: rgb(9,119,234); }
div.DivClassName
{
background-color: #0977EA;
}
.BgClassName
{
background-color: #0977EA;
}
</style>
border-color css
<style>
span { border-color: #0977EA; }
span { border-color: rgb(9,119,234); }
td.TdClassName
{
border-color: #0977EA;
}
.TagClassName
{
border-color: #0977EA;
}
</style>