Shades of Midnight Blue #090C5F
Tints of Midnight Blue #090C5F
RGB
CMYK
RGB Variations
Color information
#090C5F (or 0x090C5F) is known color: Midnight Blue. HEX triplet: 09, 0C and 5F. RGB value is (9,12,95). Sum of RGB (Red+Green+Blue) = 9+12+95=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #090C5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C5F is #F6F3A0. Grayscale: #141414. Windows color (decimal): -16184225 or 6229001. OLE color: 6229001.
HSL color Cylindrical-coordinate representation of color #090C5F: hue angle of 237.91º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090C5F is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 12 | 95 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.63 |
| HSL | 237.91º | 0.83% | 0.2% | - |
| HSV(B) | 237.91º | 0.91% | 0.37% | - |
| XYZ | 2.31 | 1.15 | 10.93 | - |
| YUV | 20.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 95 | 0.91 | 0.87 | 0 | 0.63 | 237.91 | 0.83 | 0.2 |
| Hex | 9 | C | 5F | 5B | 57 | 0 | 3F | EE | 53 | 14 |
| Octal | 11 | 14 | 137 | 133 | 127 | 0 | 77 | 356 | 123 | 24 |
| Binary | 1001 | 1100 | 1011111 | 1011011 | 1010111 | 0 | 111111 | 11101110 | 1010011 | 10100 |
Color Harmonies of #090C5F
Complementary color
Monochromatic Colors of #090C5F
Black with #090C5F
Text Example
Text Example
White with #090C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C5F; }
p { color: rgb(9,12,95); }
H1.HeaderClassName
{
color: #090C5F;
}
.AnyTagClassName
{
color: #090C5F;
}
</style>
background-color css
<style>
a { background-color: #090C5F; }
a { background-color: rgb(9,12,95); }
div.DivClassName
{
background-color: #090C5F;
}
.BgClassName
{
background-color: #090C5F;
}
</style>
border-color css
<style>
span { border-color: #090C5F; }
span { border-color: rgb(9,12,95); }
td.TdClassName
{
border-color: #090C5F;
}
.TagClassName
{
border-color: #090C5F;
}
</style>