Shades of Dark Blue #090786
Tints of Dark Blue #090786
RGB
CMYK
RGB Variations
Color information
#090786 (or 0x090786) is known color: Dark Blue. HEX triplet: 09, 07 and 86. RGB value is (9,7,134). Sum of RGB (Red+Green+Blue) = 9+7+134=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 134 (52.73% from 255 or 89.33% from 150); Max value from RGB is 134 - color contains mainly: blue. Hex color #090786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090786 is #F6F879. Grayscale: #151515. Windows color (decimal): -16185466 or 8783625. OLE color: 8783625.
HSL color Cylindrical-coordinate representation of color #090786: hue angle of 240.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090786 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 7 | 134 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.47 |
| HSL | 240.94º | 0.9% | 0.28% | - |
| HSV(B) | 240.94º | 0.95% | 0.53% | - |
| XYZ | 4.49 | 1.93 | 22.69 | - |
| YUV | 22.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 134 | 0.93 | 0.95 | 0 | 0.47 | 240.94 | 0.9 | 0.28 |
| Hex | 9 | 7 | 86 | 5D | 5F | 0 | 2F | F1 | 5A | 1C |
| Octal | 11 | 7 | 206 | 135 | 137 | 0 | 57 | 361 | 132 | 34 |
| Binary | 1001 | 111 | 10000110 | 1011101 | 1011111 | 0 | 101111 | 11110001 | 1011010 | 11100 |
Color Harmonies of #090786
Complementary color
Monochromatic Colors of #090786
Black with #090786
Text Example
Text Example
White with #090786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090786; }
p { color: rgb(9,7,134); }
H1.HeaderClassName
{
color: #090786;
}
.AnyTagClassName
{
color: #090786;
}
</style>
background-color css
<style>
a { background-color: #090786; }
a { background-color: rgb(9,7,134); }
div.DivClassName
{
background-color: #090786;
}
.BgClassName
{
background-color: #090786;
}
</style>
border-color css
<style>
span { border-color: #090786; }
span { border-color: rgb(9,7,134); }
td.TdClassName
{
border-color: #090786;
}
.TagClassName
{
border-color: #090786;
}
</style>