Shades of Midnight Blue #091464
Tints of Midnight Blue #091464
RGB
CMYK
RGB Variations
Color information
#091464 (or 0x091464) is known color: Midnight Blue. HEX triplet: 09, 14 and 64. RGB value is (9,20,100). Sum of RGB (Red+Green+Blue) = 9+20+100=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #091464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091464 is #F6EB9B. Grayscale: #191919. Windows color (decimal): -16182172 or 6558729. OLE color: 6558729.
HSL color Cylindrical-coordinate representation of color #091464: hue angle of 232.75º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091464 is Cyan = 0.91, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 20 | 100 | - |
| CMYK | 0.91 | 0.8 | 0 | 0.61 |
| HSL | 232.75º | 0.83% | 0.21% | - |
| HSV(B) | 232.75º | 0.91% | 0.39% | - |
| XYZ | 2.66 | 1.48 | 12.2 | - |
| YUV | 25.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 100 | 0.91 | 0.8 | 0 | 0.61 | 232.75 | 0.83 | 0.21 |
| Hex | 9 | 14 | 64 | 5B | 50 | 0 | 3D | E9 | 53 | 15 |
| Octal | 11 | 24 | 144 | 133 | 120 | 0 | 75 | 351 | 123 | 25 |
| Binary | 1001 | 10100 | 1100100 | 1011011 | 1010000 | 0 | 111101 | 11101001 | 1010011 | 10101 |
Color Harmonies of #091464
Complementary color
Monochromatic Colors of #091464
Black with #091464
Text Example
Text Example
White with #091464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091464; }
p { color: rgb(9,20,100); }
H1.HeaderClassName
{
color: #091464;
}
.AnyTagClassName
{
color: #091464;
}
</style>
background-color css
<style>
a { background-color: #091464; }
a { background-color: rgb(9,20,100); }
div.DivClassName
{
background-color: #091464;
}
.BgClassName
{
background-color: #091464;
}
</style>
border-color css
<style>
span { border-color: #091464; }
span { border-color: rgb(9,20,100); }
td.TdClassName
{
border-color: #091464;
}
.TagClassName
{
border-color: #091464;
}
</style>