Shades of Dark Blue #000991
Tints of Dark Blue #000991
RGB
CMYK
RGB Variations
Color information
#000991 (or 0x000991) is known color: Dark Blue. HEX triplet: 00, 09 and 91. RGB value is (0,9,145). Sum of RGB (Red+Green+Blue) = 0+9+145=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #000991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000991 is #FFF66E. Grayscale: #151515. Windows color (decimal): -16774767 or 9505024. OLE color: 9505024.
HSL color Cylindrical-coordinate representation of color #000991: hue angle of 236.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000991 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 9 | 145 | - |
| CMYK | 1 | 0.94 | 0 | 0.43 |
| HSL | 236.28º | 1% | 0.28% | - |
| HSV(B) | 236.28º | 1% | 0.57% | - |
| XYZ | 5.21 | 2.24 | 26.95 | - |
| YUV | 21.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 145 | 1 | 0.94 | 0 | 0.43 | 236.28 | 1 | 0.28 |
| Hex | 0 | 9 | 91 | 64 | 5E | 0 | 2B | EC | 64 | 1C |
| Octal | 0 | 11 | 221 | 144 | 136 | 0 | 53 | 354 | 144 | 34 |
| Binary | 0 | 1001 | 10010001 | 1100100 | 1011110 | 0 | 101011 | 11101100 | 1100100 | 11100 |
Color Harmonies of #000991
Complementary color
Monochromatic Colors of #000991
Black with #000991
Text Example
Text Example
White with #000991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000991; }
p { color: rgb(0,9,145); }
H1.HeaderClassName
{
color: #000991;
}
.AnyTagClassName
{
color: #000991;
}
</style>
background-color css
<style>
a { background-color: #000991; }
a { background-color: rgb(0,9,145); }
div.DivClassName
{
background-color: #000991;
}
.BgClassName
{
background-color: #000991;
}
</style>
border-color css
<style>
span { border-color: #000991; }
span { border-color: rgb(0,9,145); }
td.TdClassName
{
border-color: #000991;
}
.TagClassName
{
border-color: #000991;
}
</style>