Shades of Navy Blue #0977D5
Tints of Navy Blue #0977D5
RGB
CMYK
RGB Variations
Color information
#0977D5 (or 0x0977D5) is known color: Navy Blue. HEX triplet: 09, 77 and D5. RGB value is (9,119,213). Sum of RGB (Red+Green+Blue) = 9+119+213=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #0977D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977D5 is #F6882A. Grayscale: #606060. Windows color (decimal): -16156715 or 13989641. OLE color: 13989641.
HSL color Cylindrical-coordinate representation of color #0977D5: hue angle of 207.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977D5 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 119 | 213 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.16 |
| HSL | 207.65º | 0.92% | 0.44% | - |
| HSV(B) | 207.65º | 0.96% | 0.84% | - |
| XYZ | 18.72 | 18.06 | 65.45 | - |
| YUV | 96.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 213 | 0.96 | 0.44 | 0 | 0.16 | 207.65 | 0.92 | 0.44 |
| Hex | 9 | 77 | D5 | 60 | 2C | 0 | 10 | D0 | 5C | 2C |
| Octal | 11 | 167 | 325 | 140 | 54 | 0 | 20 | 320 | 134 | 54 |
| Binary | 1001 | 1110111 | 11010101 | 1100000 | 101100 | 0 | 10000 | 11010000 | 1011100 | 101100 |
Color Harmonies of #0977D5
Complementary color
Monochromatic Colors of #0977D5
Black with #0977D5
Text Example
Text Example
White with #0977D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977D5; }
p { color: rgb(9,119,213); }
H1.HeaderClassName
{
color: #0977D5;
}
.AnyTagClassName
{
color: #0977D5;
}
</style>
background-color css
<style>
a { background-color: #0977D5; }
a { background-color: rgb(9,119,213); }
div.DivClassName
{
background-color: #0977D5;
}
.BgClassName
{
background-color: #0977D5;
}
</style>
border-color css
<style>
span { border-color: #0977D5; }
span { border-color: rgb(9,119,213); }
td.TdClassName
{
border-color: #0977D5;
}
.TagClassName
{
border-color: #0977D5;
}
</style>