Shades of Navy Blue #0977DC
Tints of Navy Blue #0977DC
RGB
CMYK
RGB Variations
Color information
#0977DC (or 0x0977DC) is known color: Navy Blue. HEX triplet: 09, 77 and DC. RGB value is (9,119,220). Sum of RGB (Red+Green+Blue) = 9+119+220=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #0977DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977DC is #F68823. Grayscale: #616161. Windows color (decimal): -16156708 or 14448393. OLE color: 14448393.
HSL color Cylindrical-coordinate representation of color #0977DC: hue angle of 208.72º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977DC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 119 | 220 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.14 |
| HSL | 208.72º | 0.92% | 0.45% | - |
| HSV(B) | 208.72º | 0.96% | 0.86% | - |
| XYZ | 19.63 | 18.42 | 70.23 | - |
| YUV | 97.62 | 197.06 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 220 | 0.96 | 0.46 | 0 | 0.14 | 208.72 | 0.92 | 0.45 |
| Hex | 9 | 77 | DC | 60 | 2E | 0 | E | D1 | 5C | 2D |
| Octal | 11 | 167 | 334 | 140 | 56 | 0 | 16 | 321 | 134 | 55 |
| Binary | 1001 | 1110111 | 11011100 | 1100000 | 101110 | 0 | 1110 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0977DC
Complementary color
Monochromatic Colors of #0977DC
Black with #0977DC
Text Example
Text Example
White with #0977DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977DC; }
p { color: rgb(9,119,220); }
H1.HeaderClassName
{
color: #0977DC;
}
.AnyTagClassName
{
color: #0977DC;
}
</style>
background-color css
<style>
a { background-color: #0977DC; }
a { background-color: rgb(9,119,220); }
div.DivClassName
{
background-color: #0977DC;
}
.BgClassName
{
background-color: #0977DC;
}
</style>
border-color css
<style>
span { border-color: #0977DC; }
span { border-color: rgb(9,119,220); }
td.TdClassName
{
border-color: #0977DC;
}
.TagClassName
{
border-color: #0977DC;
}
</style>