Shades of Midnight Blue #09015F
Tints of Midnight Blue #09015F
RGB
CMYK
RGB Variations
Color information
#09015F (or 0x09015F) is known color: Midnight Blue. HEX triplet: 09, 01 and 5F. RGB value is (9,1,95). Sum of RGB (Red+Green+Blue) = 9+1+95=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 95 (37.5% from 255 or 90.48% from 105); Max value from RGB is 95 - color contains mainly: blue. Hex color #09015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09015F is #F6FEA0. Grayscale: #0D0D0D. Windows color (decimal): -16187041 or 6226185. OLE color: 6226185.
HSL color Cylindrical-coordinate representation of color #09015F: hue angle of 245.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09015F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 1 | 95 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.63 |
| HSL | 245.11º | 0.98% | 0.19% | - |
| HSV(B) | 245.11º | 0.99% | 0.37% | - |
| XYZ | 2.19 | 0.91 | 10.89 | - |
| YUV | 14.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 95 | 0.91 | 0.99 | 0 | 0.63 | 245.11 | 0.98 | 0.19 |
| Hex | 9 | 1 | 5F | 5B | 63 | 0 | 3F | F5 | 62 | 13 |
| Octal | 11 | 1 | 137 | 133 | 143 | 0 | 77 | 365 | 142 | 23 |
| Binary | 1001 | 1 | 1011111 | 1011011 | 1100011 | 0 | 111111 | 11110101 | 1100010 | 10011 |
Color Harmonies of #09015F
Complementary color
Monochromatic Colors of #09015F
Black with #09015F
Text Example
Text Example
White with #09015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09015F; }
p { color: rgb(9,1,95); }
H1.HeaderClassName
{
color: #09015F;
}
.AnyTagClassName
{
color: #09015F;
}
</style>
background-color css
<style>
a { background-color: #09015F; }
a { background-color: rgb(9,1,95); }
div.DivClassName
{
background-color: #09015F;
}
.BgClassName
{
background-color: #09015F;
}
</style>
border-color css
<style>
span { border-color: #09015F; }
span { border-color: rgb(9,1,95); }
td.TdClassName
{
border-color: #09015F;
}
.TagClassName
{
border-color: #09015F;
}
</style>