Shades of Navy #000961
Tints of Navy #000961
RGB
CMYK
RGB Variations
Color information
#000961 (or 0x000961) is known color: Navy. HEX triplet: 00, 09 and 61. RGB value is (0,9,97). Sum of RGB (Red+Green+Blue) = 0+9+97=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #000961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000961 is #FFF69E. Grayscale: #0F0F0F. Windows color (decimal): -16774815 or 6359296. OLE color: 6359296.
HSL color Cylindrical-coordinate representation of color #000961: hue angle of 234.43º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000961 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 9 | 97 | - |
| CMYK | 1 | 0.91 | 0 | 0.62 |
| HSL | 234.43º | 1% | 0.19% | - |
| HSV(B) | 234.43º | 1% | 0.38% | - |
| XYZ | 2.26 | 1.06 | 11.39 | - |
| YUV | 16.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 97 | 1 | 0.91 | 0 | 0.62 | 234.43 | 1 | 0.19 |
| Hex | 0 | 9 | 61 | 64 | 5B | 0 | 3E | EA | 64 | 13 |
| Octal | 0 | 11 | 141 | 144 | 133 | 0 | 76 | 352 | 144 | 23 |
| Binary | 0 | 1001 | 1100001 | 1100100 | 1011011 | 0 | 111110 | 11101010 | 1100100 | 10011 |
Color Harmonies of #000961
Complementary color
Monochromatic Colors of #000961
Black with #000961
Text Example
Text Example
White with #000961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000961; }
p { color: rgb(0,9,97); }
H1.HeaderClassName
{
color: #000961;
}
.AnyTagClassName
{
color: #000961;
}
</style>
background-color css
<style>
a { background-color: #000961; }
a { background-color: rgb(0,9,97); }
div.DivClassName
{
background-color: #000961;
}
.BgClassName
{
background-color: #000961;
}
</style>
border-color css
<style>
span { border-color: #000961; }
span { border-color: rgb(0,9,97); }
td.TdClassName
{
border-color: #000961;
}
.TagClassName
{
border-color: #000961;
}
</style>