Shades of Dark Blue #09018D
Tints of Dark Blue #09018D
RGB
CMYK
RGB Variations
Color information
#09018D (or 0x09018D) is known color: Dark Blue. HEX triplet: 09, 01 and 8D. RGB value is (9,1,141). Sum of RGB (Red+Green+Blue) = 9+1+141=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 141 (55.47% from 255 or 93.38% from 151); Max value from RGB is 141 - color contains mainly: blue. Hex color #09018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09018D is #F6FE72. Grayscale: #121212. Windows color (decimal): -16186995 or 9240841. OLE color: 9240841.
HSL color Cylindrical-coordinate representation of color #09018D: hue angle of 243.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09018D is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 1 | 141 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.45 |
| HSL | 243.43º | 0.99% | 0.28% | - |
| HSV(B) | 243.43º | 0.99% | 0.55% | - |
| XYZ | 4.93 | 2 | 25.33 | - |
| YUV | 19.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 141 | 0.94 | 0.99 | 0 | 0.45 | 243.43 | 0.99 | 0.28 |
| Hex | 9 | 1 | 8D | 5E | 63 | 0 | 2D | F3 | 63 | 1C |
| Octal | 11 | 1 | 215 | 136 | 143 | 0 | 55 | 363 | 143 | 34 |
| Binary | 1001 | 1 | 10001101 | 1011110 | 1100011 | 0 | 101101 | 11110011 | 1100011 | 11100 |
Color Harmonies of #09018D
Complementary color
Monochromatic Colors of #09018D
Black with #09018D
Text Example
Text Example
White with #09018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09018D; }
p { color: rgb(9,1,141); }
H1.HeaderClassName
{
color: #09018D;
}
.AnyTagClassName
{
color: #09018D;
}
</style>
background-color css
<style>
a { background-color: #09018D; }
a { background-color: rgb(9,1,141); }
div.DivClassName
{
background-color: #09018D;
}
.BgClassName
{
background-color: #09018D;
}
</style>
border-color css
<style>
span { border-color: #09018D; }
span { border-color: rgb(9,1,141); }
td.TdClassName
{
border-color: #09018D;
}
.TagClassName
{
border-color: #09018D;
}
</style>