Shades of Navy Blue #0961D1
Tints of Navy Blue #0961D1
RGB
CMYK
RGB Variations
Color information
#0961D1 (or 0x0961D1) is known color: Navy Blue. HEX triplet: 09, 61 and D1. RGB value is (9,97,209). Sum of RGB (Red+Green+Blue) = 9+97+209=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #0961D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961D1 is #F69E2E. Grayscale: #525252. Windows color (decimal): -16162351 or 13721865. OLE color: 13721865.
HSL color Cylindrical-coordinate representation of color #0961D1: hue angle of 213.6º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961D1 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 97 | 209 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.18 |
| HSL | 213.6º | 0.92% | 0.43% | - |
| HSV(B) | 213.6º | 0.96% | 0.82% | - |
| XYZ | 15.9 | 13.21 | 62.03 | - |
| YUV | 83.46 | 198.85 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 209 | 0.96 | 0.54 | 0 | 0.18 | 213.6 | 0.92 | 0.43 |
| Hex | 9 | 61 | D1 | 60 | 36 | 0 | 12 | D6 | 5C | 2B |
| Octal | 11 | 141 | 321 | 140 | 66 | 0 | 22 | 326 | 134 | 53 |
| Binary | 1001 | 1100001 | 11010001 | 1100000 | 110110 | 0 | 10010 | 11010110 | 1011100 | 101011 |
Color Harmonies of #0961D1
Complementary color
Monochromatic Colors of #0961D1
Black with #0961D1
Text Example
Text Example
White with #0961D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0961D1; }
p { color: rgb(9,97,209); }
H1.HeaderClassName
{
color: #0961D1;
}
.AnyTagClassName
{
color: #0961D1;
}
</style>
background-color css
<style>
a { background-color: #0961D1; }
a { background-color: rgb(9,97,209); }
div.DivClassName
{
background-color: #0961D1;
}
.BgClassName
{
background-color: #0961D1;
}
</style>
border-color css
<style>
span { border-color: #0961D1; }
span { border-color: rgb(9,97,209); }
td.TdClassName
{
border-color: #0961D1;
}
.TagClassName
{
border-color: #0961D1;
}
</style>