Shades of Navy Blue #0967DD
Tints of Navy Blue #0967DD
RGB
CMYK
RGB Variations
Color information
#0967DD (or 0x0967DD) is known color: Navy Blue. HEX triplet: 09, 67 and DD. RGB value is (9,103,221). Sum of RGB (Red+Green+Blue) = 9+103+221=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #0967DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0967DD is #F69822. Grayscale: #575757. Windows color (decimal): -16160803 or 14509833. OLE color: 14509833.
HSL color Cylindrical-coordinate representation of color #0967DD: hue angle of 213.4º 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 #0967DD is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 103 | 221 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.13 |
| HSL | 213.4º | 0.92% | 0.45% | - |
| HSV(B) | 213.4º | 0.96% | 0.87% | - |
| XYZ | 18.01 | 14.98 | 70.35 | - |
| YUV | 88.35 | 202.86 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 221 | 0.96 | 0.53 | 0 | 0.13 | 213.4 | 0.92 | 0.45 |
| Hex | 9 | 67 | DD | 60 | 35 | 0 | D | D5 | 5C | 2D |
| Octal | 11 | 147 | 335 | 140 | 65 | 0 | 15 | 325 | 134 | 55 |
| Binary | 1001 | 1100111 | 11011101 | 1100000 | 110101 | 0 | 1101 | 11010101 | 1011100 | 101101 |
Color Harmonies of #0967DD
Complementary color
Monochromatic Colors of #0967DD
Black with #0967DD
Text Example
Text Example
White with #0967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967DD; }
p { color: rgb(9,103,221); }
H1.HeaderClassName
{
color: #0967DD;
}
.AnyTagClassName
{
color: #0967DD;
}
</style>
background-color css
<style>
a { background-color: #0967DD; }
a { background-color: rgb(9,103,221); }
div.DivClassName
{
background-color: #0967DD;
}
.BgClassName
{
background-color: #0967DD;
}
</style>
border-color css
<style>
span { border-color: #0967DD; }
span { border-color: rgb(9,103,221); }
td.TdClassName
{
border-color: #0967DD;
}
.TagClassName
{
border-color: #0967DD;
}
</style>