Shades of Dark Blue #090689
Tints of Dark Blue #090689
RGB
CMYK
RGB Variations
Color information
#090689 (or 0x090689) is known color: Dark Blue. HEX triplet: 09, 06 and 89. RGB value is (9,6,137). Sum of RGB (Red+Green+Blue) = 9+6+137=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #090689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090689 is #F6F976. Grayscale: #151515. Windows color (decimal): -16185719 or 8979977. OLE color: 8979977.
HSL color Cylindrical-coordinate representation of color #090689: hue angle of 241.37º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090689 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 6 | 137 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.46 |
| HSL | 241.37º | 0.92% | 0.28% | - |
| HSV(B) | 241.37º | 0.96% | 0.54% | - |
| XYZ | 4.69 | 1.99 | 23.8 | - |
| YUV | 21.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 137 | 0.93 | 0.96 | 0 | 0.46 | 241.37 | 0.92 | 0.28 |
| Hex | 9 | 6 | 89 | 5D | 60 | 0 | 2E | F1 | 5C | 1C |
| Octal | 11 | 6 | 211 | 135 | 140 | 0 | 56 | 361 | 134 | 34 |
| Binary | 1001 | 110 | 10001001 | 1011101 | 1100000 | 0 | 101110 | 11110001 | 1011100 | 11100 |
Color Harmonies of #090689
Complementary color
Monochromatic Colors of #090689
Black with #090689
Text Example
Text Example
White with #090689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090689; }
p { color: rgb(9,6,137); }
H1.HeaderClassName
{
color: #090689;
}
.AnyTagClassName
{
color: #090689;
}
</style>
background-color css
<style>
a { background-color: #090689; }
a { background-color: rgb(9,6,137); }
div.DivClassName
{
background-color: #090689;
}
.BgClassName
{
background-color: #090689;
}
</style>
border-color css
<style>
span { border-color: #090689; }
span { border-color: rgb(9,6,137); }
td.TdClassName
{
border-color: #090689;
}
.TagClassName
{
border-color: #090689;
}
</style>