Shades of Midnight Blue #090C58
Tints of Midnight Blue #090C58
RGB
CMYK
RGB Variations
Color information
#090C58 (or 0x090C58) is known color: Midnight Blue. HEX triplet: 09, 0C and 58. RGB value is (9,12,88). Sum of RGB (Red+Green+Blue) = 9+12+88=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #090C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C58 is #F6F3A7. Grayscale: #131313. Windows color (decimal): -16184232 or 5770249. OLE color: 5770249.
HSL color Cylindrical-coordinate representation of color #090C58: hue angle of 237.72º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090C58 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 12 | 88 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.65 |
| HSL | 237.72º | 0.81% | 0.19% | - |
| HSV(B) | 237.72º | 0.9% | 0.35% | - |
| XYZ | 2.01 | 1.03 | 9.32 | - |
| YUV | 19.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 88 | 0.90 | 0.86 | 0 | 0.65 | 237.72 | 0.81 | 0.19 |
| Hex | 9 | C | 58 | 5A | 56 | 0 | 41 | EE | 51 | 13 |
| Octal | 11 | 14 | 130 | 132 | 126 | 0 | 101 | 356 | 121 | 23 |
| Binary | 1001 | 1100 | 1011000 | 1011010 | 1010110 | 0 | 1000001 | 11101110 | 1010001 | 10011 |
Color Harmonies of #090C58
Complementary color
Monochromatic Colors of #090C58
Black with #090C58
Text Example
Text Example
White with #090C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C58; }
p { color: rgb(9,12,88); }
H1.HeaderClassName
{
color: #090C58;
}
.AnyTagClassName
{
color: #090C58;
}
</style>
background-color css
<style>
a { background-color: #090C58; }
a { background-color: rgb(9,12,88); }
div.DivClassName
{
background-color: #090C58;
}
.BgClassName
{
background-color: #090C58;
}
</style>
border-color css
<style>
span { border-color: #090C58; }
span { border-color: rgb(9,12,88); }
td.TdClassName
{
border-color: #090C58;
}
.TagClassName
{
border-color: #090C58;
}
</style>