Shades of Navy Blue #0965DF
Tints of Navy Blue #0965DF
RGB
CMYK
RGB Variations
Color information
#0965DF (or 0x0965DF) is known color: Navy Blue. HEX triplet: 09, 65 and DF. RGB value is (9,101,223). Sum of RGB (Red+Green+Blue) = 9+101+223=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #0965DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965DF is #F69A20. Grayscale: #565656. Windows color (decimal): -16161313 or 14640393. OLE color: 14640393.
HSL color Cylindrical-coordinate representation of color #0965DF: hue angle of 214.21º 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 #0965DF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 101 | 223 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.13 |
| HSL | 214.21º | 0.92% | 0.45% | - |
| HSV(B) | 214.21º | 0.96% | 0.87% | - |
| XYZ | 18.09 | 14.69 | 71.69 | - |
| YUV | 87.4 | 204.52 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 223 | 0.96 | 0.55 | 0 | 0.13 | 214.21 | 0.92 | 0.45 |
| Hex | 9 | 65 | DF | 60 | 37 | 0 | D | D6 | 5C | 2D |
| Octal | 11 | 145 | 337 | 140 | 67 | 0 | 15 | 326 | 134 | 55 |
| Binary | 1001 | 1100101 | 11011111 | 1100000 | 110111 | 0 | 1101 | 11010110 | 1011100 | 101101 |
Color Harmonies of #0965DF
Complementary color
Monochromatic Colors of #0965DF
Black with #0965DF
Text Example
Text Example
White with #0965DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965DF; }
p { color: rgb(9,101,223); }
H1.HeaderClassName
{
color: #0965DF;
}
.AnyTagClassName
{
color: #0965DF;
}
</style>
background-color css
<style>
a { background-color: #0965DF; }
a { background-color: rgb(9,101,223); }
div.DivClassName
{
background-color: #0965DF;
}
.BgClassName
{
background-color: #0965DF;
}
</style>
border-color css
<style>
span { border-color: #0965DF; }
span { border-color: rgb(9,101,223); }
td.TdClassName
{
border-color: #0965DF;
}
.TagClassName
{
border-color: #0965DF;
}
</style>