Shades of Dark Blue #090088
Tints of Dark Blue #090088
RGB
CMYK
RGB Variations
Color information
#090088 (or 0x090088) is known color: Dark Blue. HEX triplet: 09, 00 and 88. RGB value is (9,0,136). Sum of RGB (Red+Green+Blue) = 9+0+136=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 136 (53.52% from 255 or 93.79% from 145); Max value from RGB is 136 - color contains mainly: blue. Hex color #090088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090088 is #F6FF77. Grayscale: #111111. Windows color (decimal): -16187256 or 8912905. OLE color: 8912905.
HSL color Cylindrical-coordinate representation of color #090088: hue angle of 243.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090088 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 0 | 136 | - |
| CMYK | 0.93 | 1 | 0 | 0.47 |
| HSL | 243.97º | 1% | 0.27% | - |
| HSV(B) | 243.97º | 1% | 0.53% | - |
| XYZ | 4.56 | 1.84 | 23.41 | - |
| YUV | 18.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 136 | 0.93 | 1 | 0 | 0.47 | 243.97 | 1 | 0.27 |
| Hex | 9 | 0 | 88 | 5D | 64 | 0 | 2F | F4 | 64 | 1B |
| Octal | 11 | 0 | 210 | 135 | 144 | 0 | 57 | 364 | 144 | 33 |
| Binary | 1001 | 0 | 10001000 | 1011101 | 1100100 | 0 | 101111 | 11110100 | 1100100 | 11011 |
Color Harmonies of #090088
Complementary color
Monochromatic Colors of #090088
Black with #090088
Text Example
Text Example
White with #090088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090088; }
p { color: rgb(9,0,136); }
H1.HeaderClassName
{
color: #090088;
}
.AnyTagClassName
{
color: #090088;
}
</style>
background-color css
<style>
a { background-color: #090088; }
a { background-color: rgb(9,0,136); }
div.DivClassName
{
background-color: #090088;
}
.BgClassName
{
background-color: #090088;
}
</style>
border-color css
<style>
span { border-color: #090088; }
span { border-color: rgb(9,0,136); }
td.TdClassName
{
border-color: #090088;
}
.TagClassName
{
border-color: #090088;
}
</style>