Shades of Midnight Blue #090350
Tints of Midnight Blue #090350
RGB
CMYK
RGB Variations
Color information
#090350 (or 0x090350) is known color: Midnight Blue. HEX triplet: 09, 03 and 50. RGB value is (9,3,80). Sum of RGB (Red+Green+Blue) = 9+3+80=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #090350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090350 is #F6FCAF. Grayscale: #0D0D0D. Windows color (decimal): -16186544 or 5243657. OLE color: 5243657.
HSL color Cylindrical-coordinate representation of color #090350: hue angle of 244.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090350 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 3 | 80 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.69 |
| HSL | 244.68º | 0.93% | 0.16% | - |
| HSV(B) | 244.68º | 0.96% | 0.31% | - |
| XYZ | 1.59 | 0.7 | 7.64 | - |
| YUV | 13.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 80 | 0.89 | 0.96 | 0 | 0.69 | 244.68 | 0.93 | 0.16 |
| Hex | 9 | 3 | 50 | 59 | 60 | 0 | 45 | F5 | 5D | 10 |
| Octal | 11 | 3 | 120 | 131 | 140 | 0 | 105 | 365 | 135 | 20 |
| Binary | 1001 | 11 | 1010000 | 1011001 | 1100000 | 0 | 1000101 | 11110101 | 1011101 | 10000 |
Color Harmonies of #090350
Complementary color
Monochromatic Colors of #090350
Black with #090350
Text Example
Text Example
White with #090350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090350; }
p { color: rgb(9,3,80); }
H1.HeaderClassName
{
color: #090350;
}
.AnyTagClassName
{
color: #090350;
}
</style>
background-color css
<style>
a { background-color: #090350; }
a { background-color: rgb(9,3,80); }
div.DivClassName
{
background-color: #090350;
}
.BgClassName
{
background-color: #090350;
}
</style>
border-color css
<style>
span { border-color: #090350; }
span { border-color: rgb(9,3,80); }
td.TdClassName
{
border-color: #090350;
}
.TagClassName
{
border-color: #090350;
}
</style>