Shades of Dark Blue #090091
Tints of Dark Blue #090091
RGB
CMYK
RGB Variations
Color information
#090091 (or 0x090091) is known color: Dark Blue. HEX triplet: 09, 00 and 91. RGB value is (9,0,145). Sum of RGB (Red+Green+Blue) = 9+0+145=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 0 (0.39% from 255 or 0% 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 #090091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090091 is #F6FF6E. Grayscale: #121212. Windows color (decimal): -16187247 or 9502729. OLE color: 9502729.
HSL color Cylindrical-coordinate representation of color #090091: hue angle of 243.72º 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 #090091 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 0 | 145 | - |
| CMYK | 0.94 | 1 | 0 | 0.43 |
| HSL | 243.72º | 1% | 0.28% | - |
| HSV(B) | 243.72º | 1% | 0.57% | - |
| XYZ | 5.22 | 2.1 | 26.92 | - |
| YUV | 19.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 145 | 0.94 | 1 | 0 | 0.43 | 243.72 | 1 | 0.28 |
| Hex | 9 | 0 | 91 | 5E | 64 | 0 | 2B | F4 | 64 | 1C |
| Octal | 11 | 0 | 221 | 136 | 144 | 0 | 53 | 364 | 144 | 34 |
| Binary | 1001 | 0 | 10010001 | 1011110 | 1100100 | 0 | 101011 | 11110100 | 1100100 | 11100 |
Color Harmonies of #090091
Complementary color
Monochromatic Colors of #090091
Black with #090091
Text Example
Text Example
White with #090091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090091; }
p { color: rgb(9,0,145); }
H1.HeaderClassName
{
color: #090091;
}
.AnyTagClassName
{
color: #090091;
}
</style>
background-color css
<style>
a { background-color: #090091; }
a { background-color: rgb(9,0,145); }
div.DivClassName
{
background-color: #090091;
}
.BgClassName
{
background-color: #090091;
}
</style>
border-color css
<style>
span { border-color: #090091; }
span { border-color: rgb(9,0,145); }
td.TdClassName
{
border-color: #090091;
}
.TagClassName
{
border-color: #090091;
}
</style>