Shades of Navy Blue #0965DD
Tints of Navy Blue #0965DD
RGB
CMYK
RGB Variations
Color information
#0965DD (or 0x0965DD) is known color: Navy Blue. HEX triplet: 09, 65 and DD. RGB value is (9,101,221). Sum of RGB (Red+Green+Blue) = 9+101+221=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #0965DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965DD is #F69A22. Grayscale: #565656. Windows color (decimal): -16161315 or 14509321. OLE color: 14509321.
HSL color Cylindrical-coordinate representation of color #0965DD: hue angle of 213.96º 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 #0965DD is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 101 | 221 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.13 |
| HSL | 213.96º | 0.92% | 0.45% | - |
| HSV(B) | 213.96º | 0.96% | 0.87% | - |
| XYZ | 17.82 | 14.59 | 70.28 | - |
| YUV | 87.17 | 203.52 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 221 | 0.96 | 0.54 | 0 | 0.13 | 213.96 | 0.92 | 0.45 |
| Hex | 9 | 65 | DD | 60 | 36 | 0 | D | D6 | 5C | 2D |
| Octal | 11 | 145 | 335 | 140 | 66 | 0 | 15 | 326 | 134 | 55 |
| Binary | 1001 | 1100101 | 11011101 | 1100000 | 110110 | 0 | 1101 | 11010110 | 1011100 | 101101 |
Color Harmonies of #0965DD
Complementary color
Monochromatic Colors of #0965DD
Black with #0965DD
Text Example
Text Example
White with #0965DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965DD; }
p { color: rgb(9,101,221); }
H1.HeaderClassName
{
color: #0965DD;
}
.AnyTagClassName
{
color: #0965DD;
}
</style>
background-color css
<style>
a { background-color: #0965DD; }
a { background-color: rgb(9,101,221); }
div.DivClassName
{
background-color: #0965DD;
}
.BgClassName
{
background-color: #0965DD;
}
</style>
border-color css
<style>
span { border-color: #0965DD; }
span { border-color: rgb(9,101,221); }
td.TdClassName
{
border-color: #0965DD;
}
.TagClassName
{
border-color: #0965DD;
}
</style>