Shades of Dark Blue #09018C
Tints of Dark Blue #09018C
RGB
CMYK
RGB Variations
Color information
#09018C (or 0x09018C) is known color: Dark Blue. HEX triplet: 09, 01 and 8C. RGB value is (9,1,140). Sum of RGB (Red+Green+Blue) = 9+1+140=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 140 (55.08% from 255 or 93.33% from 150); Max value from RGB is 140 - color contains mainly: blue. Hex color #09018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09018C is #F6FE73. Grayscale: #121212. Windows color (decimal): -16186996 or 9175305. OLE color: 9175305.
HSL color Cylindrical-coordinate representation of color #09018C: hue angle of 243.45º 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 #09018C is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 1 | 140 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.45 |
| HSL | 243.45º | 0.99% | 0.28% | - |
| HSV(B) | 243.45º | 0.99% | 0.55% | - |
| XYZ | 4.86 | 1.97 | 24.94 | - |
| YUV | 19.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 140 | 0.94 | 0.99 | 0 | 0.45 | 243.45 | 0.99 | 0.28 |
| Hex | 9 | 1 | 8C | 5E | 63 | 0 | 2D | F3 | 63 | 1C |
| Octal | 11 | 1 | 214 | 136 | 143 | 0 | 55 | 363 | 143 | 34 |
| Binary | 1001 | 1 | 10001100 | 1011110 | 1100011 | 0 | 101101 | 11110011 | 1100011 | 11100 |
Color Harmonies of #09018C
Complementary color
Monochromatic Colors of #09018C
Black with #09018C
Text Example
Text Example
White with #09018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09018C; }
p { color: rgb(9,1,140); }
H1.HeaderClassName
{
color: #09018C;
}
.AnyTagClassName
{
color: #09018C;
}
</style>
background-color css
<style>
a { background-color: #09018C; }
a { background-color: rgb(9,1,140); }
div.DivClassName
{
background-color: #09018C;
}
.BgClassName
{
background-color: #09018C;
}
</style>
border-color css
<style>
span { border-color: #09018C; }
span { border-color: rgb(9,1,140); }
td.TdClassName
{
border-color: #09018C;
}
.TagClassName
{
border-color: #09018C;
}
</style>