Shades of Midnight Blue #09045F
Tints of Midnight Blue #09045F
RGB
CMYK
RGB Variations
Color information
#09045F (or 0x09045F) is known color: Midnight Blue. HEX triplet: 09, 04 and 5F. RGB value is (9,4,95). Sum of RGB (Red+Green+Blue) = 9+4+95=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 95 (37.5% from 255 or 87.96% from 108); Max value from RGB is 95 - color contains mainly: blue. Hex color #09045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09045F is #F6FBA0. Grayscale: #0F0F0F. Windows color (decimal): -16186273 or 6226953. OLE color: 6226953.
HSL color Cylindrical-coordinate representation of color #09045F: hue angle of 243.3º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09045F is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 4 | 95 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.63 |
| HSL | 243.3º | 0.92% | 0.19% | - |
| HSV(B) | 243.3º | 0.96% | 0.37% | - |
| XYZ | 2.22 | 0.97 | 10.9 | - |
| YUV | 15.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 95 | 0.91 | 0.96 | 0 | 0.63 | 243.3 | 0.92 | 0.19 |
| Hex | 9 | 4 | 5F | 5B | 60 | 0 | 3F | F3 | 5C | 13 |
| Octal | 11 | 4 | 137 | 133 | 140 | 0 | 77 | 363 | 134 | 23 |
| Binary | 1001 | 100 | 1011111 | 1011011 | 1100000 | 0 | 111111 | 11110011 | 1011100 | 10011 |
Color Harmonies of #09045F
Complementary color
Monochromatic Colors of #09045F
Black with #09045F
Text Example
Text Example
White with #09045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09045F; }
p { color: rgb(9,4,95); }
H1.HeaderClassName
{
color: #09045F;
}
.AnyTagClassName
{
color: #09045F;
}
</style>
background-color css
<style>
a { background-color: #09045F; }
a { background-color: rgb(9,4,95); }
div.DivClassName
{
background-color: #09045F;
}
.BgClassName
{
background-color: #09045F;
}
</style>
border-color css
<style>
span { border-color: #09045F; }
span { border-color: rgb(9,4,95); }
td.TdClassName
{
border-color: #09045F;
}
.TagClassName
{
border-color: #09045F;
}
</style>