Shades of Navy Blue #0969D3
Tints of Navy Blue #0969D3
RGB
CMYK
RGB Variations
Color information
#0969D3 (or 0x0969D3) is known color: Navy Blue. HEX triplet: 09, 69 and D3. RGB value is (9,105,211). Sum of RGB (Red+Green+Blue) = 9+105+211=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 211 (82.81% from 255 or 64.92% from 325); Max value from RGB is 211 - color contains mainly: blue. Hex color #0969D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969D3 is #F6962C. Grayscale: #575757. Windows color (decimal): -16160301 or 13854985. OLE color: 13854985.
HSL color Cylindrical-coordinate representation of color #0969D3: hue angle of 211.49º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969D3 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 105 | 211 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.17 |
| HSL | 211.49º | 0.92% | 0.43% | - |
| HSV(B) | 211.49º | 0.96% | 0.83% | - |
| XYZ | 16.92 | 14.86 | 63.61 | - |
| YUV | 88.38 | 197.2 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 211 | 0.96 | 0.50 | 0 | 0.17 | 211.49 | 0.92 | 0.43 |
| Hex | 9 | 69 | D3 | 60 | 32 | 0 | 11 | D3 | 5C | 2B |
| Octal | 11 | 151 | 323 | 140 | 62 | 0 | 21 | 323 | 134 | 53 |
| Binary | 1001 | 1101001 | 11010011 | 1100000 | 110010 | 0 | 10001 | 11010011 | 1011100 | 101011 |
Color Harmonies of #0969D3
Complementary color
Monochromatic Colors of #0969D3
Black with #0969D3
Text Example
Text Example
White with #0969D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969D3; }
p { color: rgb(9,105,211); }
H1.HeaderClassName
{
color: #0969D3;
}
.AnyTagClassName
{
color: #0969D3;
}
</style>
background-color css
<style>
a { background-color: #0969D3; }
a { background-color: rgb(9,105,211); }
div.DivClassName
{
background-color: #0969D3;
}
.BgClassName
{
background-color: #0969D3;
}
</style>
border-color css
<style>
span { border-color: #0969D3; }
span { border-color: rgb(9,105,211); }
td.TdClassName
{
border-color: #0969D3;
}
.TagClassName
{
border-color: #0969D3;
}
</style>