Shades of Midnight Blue #09015A
Tints of Midnight Blue #09015A
RGB
CMYK
RGB Variations
Color information
#09015A (or 0x09015A) is known color: Midnight Blue. HEX triplet: 09, 01 and 5A. RGB value is (9,1,90). Sum of RGB (Red+Green+Blue) = 9+1+90=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 90 (35.55% from 255 or 90% from 100); Max value from RGB is 90 - color contains mainly: blue. Hex color #09015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09015A is #F6FEA5. Grayscale: #0D0D0D. Windows color (decimal): -16187046 or 5898505. OLE color: 5898505.
HSL color Cylindrical-coordinate representation of color #09015A: hue angle of 245.39º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09015A is Cyan = 0.9, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 1 | 90 | - |
| CMYK | 0.9 | 0.99 | 0 | 0.65 |
| HSL | 245.39º | 0.98% | 0.18% | - |
| HSV(B) | 245.39º | 0.99% | 0.35% | - |
| XYZ | 1.97 | 0.82 | 9.73 | - |
| YUV | 13.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 90 | 0.9 | 0.99 | 0 | 0.65 | 245.39 | 0.98 | 0.18 |
| Hex | 9 | 1 | 5A | 5A | 63 | 0 | 41 | F5 | 62 | 12 |
| Octal | 11 | 1 | 132 | 132 | 143 | 0 | 101 | 365 | 142 | 22 |
| Binary | 1001 | 1 | 1011010 | 1011010 | 1100011 | 0 | 1000001 | 11110101 | 1100010 | 10010 |
Color Harmonies of #09015A
Complementary color
Monochromatic Colors of #09015A
Black with #09015A
Text Example
Text Example
White with #09015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09015A; }
p { color: rgb(9,1,90); }
H1.HeaderClassName
{
color: #09015A;
}
.AnyTagClassName
{
color: #09015A;
}
</style>
background-color css
<style>
a { background-color: #09015A; }
a { background-color: rgb(9,1,90); }
div.DivClassName
{
background-color: #09015A;
}
.BgClassName
{
background-color: #09015A;
}
</style>
border-color css
<style>
span { border-color: #09015A; }
span { border-color: rgb(9,1,90); }
td.TdClassName
{
border-color: #09015A;
}
.TagClassName
{
border-color: #09015A;
}
</style>