Shades of Midnight Blue #090C5D
Tints of Midnight Blue #090C5D
RGB
CMYK
RGB Variations
Color information
#090C5D (or 0x090C5D) is known color: Midnight Blue. HEX triplet: 09, 0C and 5D. RGB value is (9,12,93). Sum of RGB (Red+Green+Blue) = 9+12+93=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #090C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C5D is #F6F3A2. Grayscale: #141414. Windows color (decimal): -16184227 or 6097929. OLE color: 6097929.
HSL color Cylindrical-coordinate representation of color #090C5D: hue angle of 237.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090C5D is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 12 | 93 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.64 |
| HSL | 237.86º | 0.82% | 0.2% | - |
| HSV(B) | 237.86º | 0.9% | 0.36% | - |
| XYZ | 2.22 | 1.11 | 10.45 | - |
| YUV | 20.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 93 | 0.90 | 0.87 | 0 | 0.64 | 237.86 | 0.82 | 0.2 |
| Hex | 9 | C | 5D | 5A | 57 | 0 | 40 | EE | 52 | 14 |
| Octal | 11 | 14 | 135 | 132 | 127 | 0 | 100 | 356 | 122 | 24 |
| Binary | 1001 | 1100 | 1011101 | 1011010 | 1010111 | 0 | 1000000 | 11101110 | 1010010 | 10100 |
Color Harmonies of #090C5D
Complementary color
Monochromatic Colors of #090C5D
Black with #090C5D
Text Example
Text Example
White with #090C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C5D; }
p { color: rgb(9,12,93); }
H1.HeaderClassName
{
color: #090C5D;
}
.AnyTagClassName
{
color: #090C5D;
}
</style>
background-color css
<style>
a { background-color: #090C5D; }
a { background-color: rgb(9,12,93); }
div.DivClassName
{
background-color: #090C5D;
}
.BgClassName
{
background-color: #090C5D;
}
</style>
border-color css
<style>
span { border-color: #090C5D; }
span { border-color: rgb(9,12,93); }
td.TdClassName
{
border-color: #090C5D;
}
.TagClassName
{
border-color: #090C5D;
}
</style>