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