Shades of Midnight Blue #09055C
Tints of Midnight Blue #09055C
RGB
CMYK
RGB Variations
Color information
#09055C (or 0x09055C) is known color: Midnight Blue. HEX triplet: 09, 05 and 5C. RGB value is (9,5,92). Sum of RGB (Red+Green+Blue) = 9+5+92=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #09055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09055C is #F6FAA3. Grayscale: #0F0F0F. Windows color (decimal): -16186020 or 6030601. OLE color: 6030601.
HSL color Cylindrical-coordinate representation of color #09055C: hue angle of 242.76º 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 #09055C is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 5 | 92 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.64 |
| HSL | 242.76º | 0.9% | 0.19% | - |
| HSV(B) | 242.76º | 0.95% | 0.36% | - |
| XYZ | 2.1 | 0.94 | 10.2 | - |
| YUV | 16.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 92 | 0.90 | 0.95 | 0 | 0.64 | 242.76 | 0.9 | 0.19 |
| Hex | 9 | 5 | 5C | 5A | 5F | 0 | 40 | F3 | 5A | 13 |
| Octal | 11 | 5 | 134 | 132 | 137 | 0 | 100 | 363 | 132 | 23 |
| Binary | 1001 | 101 | 1011100 | 1011010 | 1011111 | 0 | 1000000 | 11110011 | 1011010 | 10011 |
Color Harmonies of #09055C
Complementary color
Monochromatic Colors of #09055C
Black with #09055C
Text Example
Text Example
White with #09055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09055C; }
p { color: rgb(9,5,92); }
H1.HeaderClassName
{
color: #09055C;
}
.AnyTagClassName
{
color: #09055C;
}
</style>
background-color css
<style>
a { background-color: #09055C; }
a { background-color: rgb(9,5,92); }
div.DivClassName
{
background-color: #09055C;
}
.BgClassName
{
background-color: #09055C;
}
</style>
border-color css
<style>
span { border-color: #09055C; }
span { border-color: rgb(9,5,92); }
td.TdClassName
{
border-color: #09055C;
}
.TagClassName
{
border-color: #09055C;
}
</style>