Shades of Navy Blue #0976DA
Tints of Navy Blue #0976DA
RGB
CMYK
RGB Variations
Color information
#0976DA (or 0x0976DA) is known color: Navy Blue. HEX triplet: 09, 76 and DA. RGB value is (9,118,218). Sum of RGB (Red+Green+Blue) = 9+118+218=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #0976DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976DA is #F68925. Grayscale: #606060. Windows color (decimal): -16156966 or 14317065. OLE color: 14317065.
HSL color Cylindrical-coordinate representation of color #0976DA: hue angle of 208.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0976DA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 118 | 218 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.15 |
| HSL | 208.71º | 0.92% | 0.45% | - |
| HSV(B) | 208.71º | 0.96% | 0.85% | - |
| XYZ | 19.25 | 18.08 | 68.8 | - |
| YUV | 96.81 | 196.39 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 218 | 0.96 | 0.46 | 0 | 0.15 | 208.71 | 0.92 | 0.45 |
| Hex | 9 | 76 | DA | 60 | 2E | 0 | F | D1 | 5C | 2D |
| Octal | 11 | 166 | 332 | 140 | 56 | 0 | 17 | 321 | 134 | 55 |
| Binary | 1001 | 1110110 | 11011010 | 1100000 | 101110 | 0 | 1111 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0976DA
Complementary color
Monochromatic Colors of #0976DA
Black with #0976DA
Text Example
Text Example
White with #0976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0976DA; }
p { color: rgb(9,118,218); }
H1.HeaderClassName
{
color: #0976DA;
}
.AnyTagClassName
{
color: #0976DA;
}
</style>
background-color css
<style>
a { background-color: #0976DA; }
a { background-color: rgb(9,118,218); }
div.DivClassName
{
background-color: #0976DA;
}
.BgClassName
{
background-color: #0976DA;
}
</style>
border-color css
<style>
span { border-color: #0976DA; }
span { border-color: rgb(9,118,218); }
td.TdClassName
{
border-color: #0976DA;
}
.TagClassName
{
border-color: #0976DA;
}
</style>