Shades of Navy Blue #0969DB
Tints of Navy Blue #0969DB
RGB
CMYK
RGB Variations
Color information
#0969DB (or 0x0969DB) is known color: Navy Blue. HEX triplet: 09, 69 and DB. RGB value is (9,105,219). Sum of RGB (Red+Green+Blue) = 9+105+219=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #0969DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969DB is #F69624. Grayscale: #585858. Windows color (decimal): -16160293 or 14379273. OLE color: 14379273.
HSL color Cylindrical-coordinate representation of color #0969DB: hue angle of 212.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969DB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 105 | 219 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.14 |
| HSL | 212.57º | 0.92% | 0.45% | - |
| HSV(B) | 212.57º | 0.96% | 0.86% | - |
| XYZ | 17.95 | 15.28 | 69.02 | - |
| YUV | 89.29 | 201.2 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 219 | 0.96 | 0.52 | 0 | 0.14 | 212.57 | 0.92 | 0.45 |
| Hex | 9 | 69 | DB | 60 | 34 | 0 | E | D5 | 5C | 2D |
| Octal | 11 | 151 | 333 | 140 | 64 | 0 | 16 | 325 | 134 | 55 |
| Binary | 1001 | 1101001 | 11011011 | 1100000 | 110100 | 0 | 1110 | 11010101 | 1011100 | 101101 |
Color Harmonies of #0969DB
Complementary color
Monochromatic Colors of #0969DB
Black with #0969DB
Text Example
Text Example
White with #0969DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969DB; }
p { color: rgb(9,105,219); }
H1.HeaderClassName
{
color: #0969DB;
}
.AnyTagClassName
{
color: #0969DB;
}
</style>
background-color css
<style>
a { background-color: #0969DB; }
a { background-color: rgb(9,105,219); }
div.DivClassName
{
background-color: #0969DB;
}
.BgClassName
{
background-color: #0969DB;
}
</style>
border-color css
<style>
span { border-color: #0969DB; }
span { border-color: rgb(9,105,219); }
td.TdClassName
{
border-color: #0969DB;
}
.TagClassName
{
border-color: #0969DB;
}
</style>