Shades of Navy Blue #0967D5
Tints of Navy Blue #0967D5
RGB
CMYK
RGB Variations
Color information
#0967D5 (or 0x0967D5) is known color: Navy Blue. HEX triplet: 09, 67 and D5. RGB value is (9,103,213). Sum of RGB (Red+Green+Blue) = 9+103+213=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #0967D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0967D5 is #F6982A. Grayscale: #565656. Windows color (decimal): -16160811 or 13985545. OLE color: 13985545.
HSL color Cylindrical-coordinate representation of color #0967D5: hue angle of 212.35º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0967D5 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 103 | 213 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.16 |
| HSL | 212.35º | 0.92% | 0.44% | - |
| HSV(B) | 212.35º | 0.96% | 0.84% | - |
| XYZ | 16.97 | 14.56 | 64.87 | - |
| YUV | 87.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 213 | 0.96 | 0.52 | 0 | 0.16 | 212.35 | 0.92 | 0.44 |
| Hex | 9 | 67 | D5 | 60 | 34 | 0 | 10 | D4 | 5C | 2C |
| Octal | 11 | 147 | 325 | 140 | 64 | 0 | 20 | 324 | 134 | 54 |
| Binary | 1001 | 1100111 | 11010101 | 1100000 | 110100 | 0 | 10000 | 11010100 | 1011100 | 101100 |
Color Harmonies of #0967D5
Complementary color
Monochromatic Colors of #0967D5
Black with #0967D5
Text Example
Text Example
White with #0967D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967D5; }
p { color: rgb(9,103,213); }
H1.HeaderClassName
{
color: #0967D5;
}
.AnyTagClassName
{
color: #0967D5;
}
</style>
background-color css
<style>
a { background-color: #0967D5; }
a { background-color: rgb(9,103,213); }
div.DivClassName
{
background-color: #0967D5;
}
.BgClassName
{
background-color: #0967D5;
}
</style>
border-color css
<style>
span { border-color: #0967D5; }
span { border-color: rgb(9,103,213); }
td.TdClassName
{
border-color: #0967D5;
}
.TagClassName
{
border-color: #0967D5;
}
</style>