Shades of Midnight Blue #09055B
Tints of Midnight Blue #09055B
RGB
CMYK
RGB Variations
Color information
#09055B (or 0x09055B) is known color: Midnight Blue. HEX triplet: 09, 05 and 5B. RGB value is (9,5,91). Sum of RGB (Red+Green+Blue) = 9+5+91=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #09055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09055B is #F6FAA4. Grayscale: #0F0F0F. Windows color (decimal): -16186021 or 5965065. OLE color: 5965065.
HSL color Cylindrical-coordinate representation of color #09055B: hue angle of 242.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09055B is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 5 | 91 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.64 |
| HSL | 242.79º | 0.9% | 0.19% | - |
| HSV(B) | 242.79º | 0.95% | 0.36% | - |
| XYZ | 2.06 | 0.92 | 9.97 | - |
| YUV | 16 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 91 | 0.90 | 0.95 | 0 | 0.64 | 242.79 | 0.9 | 0.19 |
| Hex | 9 | 5 | 5B | 5A | 5F | 0 | 40 | F3 | 5A | 13 |
| Octal | 11 | 5 | 133 | 132 | 137 | 0 | 100 | 363 | 132 | 23 |
| Binary | 1001 | 101 | 1011011 | 1011010 | 1011111 | 0 | 1000000 | 11110011 | 1011010 | 10011 |
Color Harmonies of #09055B
Complementary color
Monochromatic Colors of #09055B
Black with #09055B
Text Example
Text Example
White with #09055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09055B; }
p { color: rgb(9,5,91); }
H1.HeaderClassName
{
color: #09055B;
}
.AnyTagClassName
{
color: #09055B;
}
</style>
background-color css
<style>
a { background-color: #09055B; }
a { background-color: rgb(9,5,91); }
div.DivClassName
{
background-color: #09055B;
}
.BgClassName
{
background-color: #09055B;
}
</style>
border-color css
<style>
span { border-color: #09055B; }
span { border-color: rgb(9,5,91); }
td.TdClassName
{
border-color: #09055B;
}
.TagClassName
{
border-color: #09055B;
}
</style>