Shades of Navy Blue #0965DB
Tints of Navy Blue #0965DB
RGB
CMYK
RGB Variations
Color information
#0965DB (or 0x0965DB) is known color: Navy Blue. HEX triplet: 09, 65 and DB. RGB value is (9,101,219). Sum of RGB (Red+Green+Blue) = 9+101+219=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0965DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965DB is #F69A24. Grayscale: #565656. Windows color (decimal): -16161317 or 14378249. OLE color: 14378249.
HSL color Cylindrical-coordinate representation of color #0965DB: hue angle of 213.71º 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 #0965DB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 101 | 219 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.14 |
| HSL | 213.71º | 0.92% | 0.45% | - |
| HSV(B) | 213.71º | 0.96% | 0.86% | - |
| XYZ | 17.55 | 14.48 | 68.89 | - |
| YUV | 86.94 | 202.52 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 219 | 0.96 | 0.54 | 0 | 0.14 | 213.71 | 0.92 | 0.45 |
| Hex | 9 | 65 | DB | 60 | 36 | 0 | E | D6 | 5C | 2D |
| Octal | 11 | 145 | 333 | 140 | 66 | 0 | 16 | 326 | 134 | 55 |
| Binary | 1001 | 1100101 | 11011011 | 1100000 | 110110 | 0 | 1110 | 11010110 | 1011100 | 101101 |
Color Harmonies of #0965DB
Complementary color
Monochromatic Colors of #0965DB
Black with #0965DB
Text Example
Text Example
White with #0965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965DB; }
p { color: rgb(9,101,219); }
H1.HeaderClassName
{
color: #0965DB;
}
.AnyTagClassName
{
color: #0965DB;
}
</style>
background-color css
<style>
a { background-color: #0965DB; }
a { background-color: rgb(9,101,219); }
div.DivClassName
{
background-color: #0965DB;
}
.BgClassName
{
background-color: #0965DB;
}
</style>
border-color css
<style>
span { border-color: #0965DB; }
span { border-color: rgb(9,101,219); }
td.TdClassName
{
border-color: #0965DB;
}
.TagClassName
{
border-color: #0965DB;
}
</style>