Shades of Navy Blue #0976DD
Tints of Navy Blue #0976DD
RGB
CMYK
RGB Variations
Color information
#0976DD (or 0x0976DD) is known color: Navy Blue. HEX triplet: 09, 76 and DD. RGB value is (9,118,221). Sum of RGB (Red+Green+Blue) = 9+118+221=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #0976DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976DD is #F68922. Grayscale: #606060. Windows color (decimal): -16156963 or 14513673. OLE color: 14513673.
HSL color Cylindrical-coordinate representation of color #0976DD: hue angle of 209.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0976DD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 118 | 221 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.13 |
| HSL | 209.15º | 0.92% | 0.45% | - |
| HSV(B) | 209.15º | 0.96% | 0.87% | - |
| XYZ | 19.64 | 18.24 | 70.89 | - |
| YUV | 97.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 221 | 0.96 | 0.47 | 0 | 0.13 | 209.15 | 0.92 | 0.45 |
| Hex | 9 | 76 | DD | 60 | 2F | 0 | D | D1 | 5C | 2D |
| Octal | 11 | 166 | 335 | 140 | 57 | 0 | 15 | 321 | 134 | 55 |
| Binary | 1001 | 1110110 | 11011101 | 1100000 | 101111 | 0 | 1101 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0976DD
Complementary color
Monochromatic Colors of #0976DD
Black with #0976DD
Text Example
Text Example
White with #0976DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0976DD; }
p { color: rgb(9,118,221); }
H1.HeaderClassName
{
color: #0976DD;
}
.AnyTagClassName
{
color: #0976DD;
}
</style>
background-color css
<style>
a { background-color: #0976DD; }
a { background-color: rgb(9,118,221); }
div.DivClassName
{
background-color: #0976DD;
}
.BgClassName
{
background-color: #0976DD;
}
</style>
border-color css
<style>
span { border-color: #0976DD; }
span { border-color: rgb(9,118,221); }
td.TdClassName
{
border-color: #0976DD;
}
.TagClassName
{
border-color: #0976DD;
}
</style>