Shades of Dark Blue #000990
Tints of Dark Blue #000990
RGB
CMYK
RGB Variations
Color information
#000990 (or 0x000990) is known color: Dark Blue. HEX triplet: 00, 09 and 90. RGB value is (0,9,144). Sum of RGB (Red+Green+Blue) = 0+9+144=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #000990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000990 is #FFF66F. Grayscale: #151515. Windows color (decimal): -16774768 or 9439488. OLE color: 9439488.
HSL color Cylindrical-coordinate representation of color #000990: hue angle of 236.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000990 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 9 | 144 | - |
| CMYK | 1 | 0.94 | 0 | 0.44 |
| HSL | 236.25º | 1% | 0.28% | - |
| HSV(B) | 236.25º | 1% | 0.56% | - |
| XYZ | 5.13 | 2.21 | 26.54 | - |
| YUV | 21.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 144 | 1 | 0.94 | 0 | 0.44 | 236.25 | 1 | 0.28 |
| Hex | 0 | 9 | 90 | 64 | 5E | 0 | 2C | EC | 64 | 1C |
| Octal | 0 | 11 | 220 | 144 | 136 | 0 | 54 | 354 | 144 | 34 |
| Binary | 0 | 1001 | 10010000 | 1100100 | 1011110 | 0 | 101100 | 11101100 | 1100100 | 11100 |
Color Harmonies of #000990
Complementary color
Monochromatic Colors of #000990
Black with #000990
Text Example
Text Example
White with #000990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000990; }
p { color: rgb(0,9,144); }
H1.HeaderClassName
{
color: #000990;
}
.AnyTagClassName
{
color: #000990;
}
</style>
background-color css
<style>
a { background-color: #000990; }
a { background-color: rgb(0,9,144); }
div.DivClassName
{
background-color: #000990;
}
.BgClassName
{
background-color: #000990;
}
</style>
border-color css
<style>
span { border-color: #000990; }
span { border-color: rgb(0,9,144); }
td.TdClassName
{
border-color: #000990;
}
.TagClassName
{
border-color: #000990;
}
</style>