Shades of Dark Blue #09008A
Tints of Dark Blue #09008A
RGB
CMYK
RGB Variations
Color information
#09008A (or 0x09008A) is known color: Dark Blue. HEX triplet: 09, 00 and 8A. RGB value is (9,0,138). Sum of RGB (Red+Green+Blue) = 9+0+138=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 138 (54.30% from 255 or 93.88% from 147); Max value from RGB is 138 - color contains mainly: blue. Hex color #09008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09008A is #F6FF75. Grayscale: #111111. Windows color (decimal): -16187254 or 9043977. OLE color: 9043977.
HSL color Cylindrical-coordinate representation of color #09008A: hue angle of 243.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09008A is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 0 | 138 | - |
| CMYK | 0.93 | 1 | 0 | 0.46 |
| HSL | 243.91º | 1% | 0.27% | - |
| HSV(B) | 243.91º | 1% | 0.54% | - |
| XYZ | 4.7 | 1.89 | 24.16 | - |
| YUV | 18.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 138 | 0.93 | 1 | 0 | 0.46 | 243.91 | 1 | 0.27 |
| Hex | 9 | 0 | 8A | 5D | 64 | 0 | 2E | F4 | 64 | 1B |
| Octal | 11 | 0 | 212 | 135 | 144 | 0 | 56 | 364 | 144 | 33 |
| Binary | 1001 | 0 | 10001010 | 1011101 | 1100100 | 0 | 101110 | 11110100 | 1100100 | 11011 |
Color Harmonies of #09008A
Complementary color
Monochromatic Colors of #09008A
Black with #09008A
Text Example
Text Example
White with #09008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09008A; }
p { color: rgb(9,0,138); }
H1.HeaderClassName
{
color: #09008A;
}
.AnyTagClassName
{
color: #09008A;
}
</style>
background-color css
<style>
a { background-color: #09008A; }
a { background-color: rgb(9,0,138); }
div.DivClassName
{
background-color: #09008A;
}
.BgClassName
{
background-color: #09008A;
}
</style>
border-color css
<style>
span { border-color: #09008A; }
span { border-color: rgb(9,0,138); }
td.TdClassName
{
border-color: #09008A;
}
.TagClassName
{
border-color: #09008A;
}
</style>