Shades of Dark Blue #090090
Tints of Dark Blue #090090
RGB
CMYK
RGB Variations
Color information
#090090 (or 0x090090) is known color: Dark Blue. HEX triplet: 09, 00 and 90. RGB value is (9,0,144). Sum of RGB (Red+Green+Blue) = 9+0+144=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 0 (0.39% from 255 or 0% 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 #090090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090090 is #F6FF6F. Grayscale: #121212. Windows color (decimal): -16187248 or 9437193. OLE color: 9437193.
HSL color Cylindrical-coordinate representation of color #090090: hue angle of 243.75º 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 #090090 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 0 | 144 | - |
| CMYK | 0.94 | 1 | 0 | 0.44 |
| HSL | 243.75º | 1% | 0.28% | - |
| HSV(B) | 243.75º | 1% | 0.56% | - |
| XYZ | 5.15 | 2.07 | 26.51 | - |
| YUV | 19.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 144 | 0.94 | 1 | 0 | 0.44 | 243.75 | 1 | 0.28 |
| Hex | 9 | 0 | 90 | 5E | 64 | 0 | 2C | F4 | 64 | 1C |
| Octal | 11 | 0 | 220 | 136 | 144 | 0 | 54 | 364 | 144 | 34 |
| Binary | 1001 | 0 | 10010000 | 1011110 | 1100100 | 0 | 101100 | 11110100 | 1100100 | 11100 |
Color Harmonies of #090090
Complementary color
Monochromatic Colors of #090090
Black with #090090
Text Example
Text Example
White with #090090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090090; }
p { color: rgb(9,0,144); }
H1.HeaderClassName
{
color: #090090;
}
.AnyTagClassName
{
color: #090090;
}
</style>
background-color css
<style>
a { background-color: #090090; }
a { background-color: rgb(9,0,144); }
div.DivClassName
{
background-color: #090090;
}
.BgClassName
{
background-color: #090090;
}
</style>
border-color css
<style>
span { border-color: #090090; }
span { border-color: rgb(9,0,144); }
td.TdClassName
{
border-color: #090090;
}
.TagClassName
{
border-color: #090090;
}
</style>