Shades of Navy Blue #0976DF
Tints of Navy Blue #0976DF
RGB
CMYK
RGB Variations
Color information
#0976DF (or 0x0976DF) is known color: Navy Blue. HEX triplet: 09, 76 and DF. RGB value is (9,118,223). Sum of RGB (Red+Green+Blue) = 9+118+223=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #0976DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976DF is #F68920. Grayscale: #606060. Windows color (decimal): -16156961 or 14644745. OLE color: 14644745.
HSL color Cylindrical-coordinate representation of color #0976DF: hue angle of 209.44º 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 #0976DF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 118 | 223 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.13 |
| HSL | 209.44º | 0.92% | 0.45% | - |
| HSV(B) | 209.44º | 0.96% | 0.87% | - |
| XYZ | 19.91 | 18.34 | 72.3 | - |
| YUV | 97.38 | 198.89 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 223 | 0.96 | 0.47 | 0 | 0.13 | 209.44 | 0.92 | 0.45 |
| Hex | 9 | 76 | DF | 60 | 2F | 0 | D | D1 | 5C | 2D |
| Octal | 11 | 166 | 337 | 140 | 57 | 0 | 15 | 321 | 134 | 55 |
| Binary | 1001 | 1110110 | 11011111 | 1100000 | 101111 | 0 | 1101 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0976DF
Complementary color
Monochromatic Colors of #0976DF
Black with #0976DF
Text Example
Text Example
White with #0976DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0976DF; }
p { color: rgb(9,118,223); }
H1.HeaderClassName
{
color: #0976DF;
}
.AnyTagClassName
{
color: #0976DF;
}
</style>
background-color css
<style>
a { background-color: #0976DF; }
a { background-color: rgb(9,118,223); }
div.DivClassName
{
background-color: #0976DF;
}
.BgClassName
{
background-color: #0976DF;
}
</style>
border-color css
<style>
span { border-color: #0976DF; }
span { border-color: rgb(9,118,223); }
td.TdClassName
{
border-color: #0976DF;
}
.TagClassName
{
border-color: #0976DF;
}
</style>