Shades of Midnight Blue #09035D
Tints of Midnight Blue #09035D
RGB
CMYK
RGB Variations
Color information
#09035D (or 0x09035D) is known color: Midnight Blue. HEX triplet: 09, 03 and 5D. RGB value is (9,3,93). Sum of RGB (Red+Green+Blue) = 9+3+93=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #09035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09035D is #F6FCA2. Grayscale: #0E0E0E. Windows color (decimal): -16186531 or 6095625. OLE color: 6095625.
HSL color Cylindrical-coordinate representation of color #09035D: hue angle of 244º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09035D is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 3 | 93 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.64 |
| HSL | 244º | 0.94% | 0.19% | - |
| HSV(B) | 244º | 0.97% | 0.36% | - |
| XYZ | 2.12 | 0.91 | 10.42 | - |
| YUV | 15.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 93 | 0.90 | 0.97 | 0 | 0.64 | 244 | 0.94 | 0.19 |
| Hex | 9 | 3 | 5D | 5A | 61 | 0 | 40 | F4 | 5E | 13 |
| Octal | 11 | 3 | 135 | 132 | 141 | 0 | 100 | 364 | 136 | 23 |
| Binary | 1001 | 11 | 1011101 | 1011010 | 1100001 | 0 | 1000000 | 11110100 | 1011110 | 10011 |
Color Harmonies of #09035D
Complementary color
Monochromatic Colors of #09035D
Black with #09035D
Text Example
Text Example
White with #09035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09035D; }
p { color: rgb(9,3,93); }
H1.HeaderClassName
{
color: #09035D;
}
.AnyTagClassName
{
color: #09035D;
}
</style>
background-color css
<style>
a { background-color: #09035D; }
a { background-color: rgb(9,3,93); }
div.DivClassName
{
background-color: #09035D;
}
.BgClassName
{
background-color: #09035D;
}
</style>
border-color css
<style>
span { border-color: #09035D; }
span { border-color: rgb(9,3,93); }
td.TdClassName
{
border-color: #09035D;
}
.TagClassName
{
border-color: #09035D;
}
</style>