Shades of Midnight Blue #090C5E
Tints of Midnight Blue #090C5E
RGB
CMYK
RGB Variations
Color information
#090C5E (or 0x090C5E) is known color: Midnight Blue. HEX triplet: 09, 0C and 5E. RGB value is (9,12,94). Sum of RGB (Red+Green+Blue) = 9+12+94=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #090C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C5E is #F6F3A1. Grayscale: #141414. Windows color (decimal): -16184226 or 6163465. OLE color: 6163465.
HSL color Cylindrical-coordinate representation of color #090C5E: hue angle of 237.88º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090C5E is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 9 | 12 | 94 | - |
CMYK | 0.90 | 0.87 | 0 | 0.63 |
HSL | 237.88º | 0.83% | 0.2% | - |
HSV(B) | 237.88º | 0.9% | 0.37% | - |
XYZ | 2.26 | 1.13 | 10.69 | - |
YUV | 20.45 | 169.51 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 94 | 0.90 | 0.87 | 0 | 0.63 | 237.88 | 0.83 | 0.2 |
Hex | 9 | C | 5E | 5A | 57 | 0 | 3F | EE | 53 | 14 |
Octal | 11 | 14 | 136 | 132 | 127 | 0 | 77 | 356 | 123 | 24 |
Binary | 1001 | 1100 | 1011110 | 1011010 | 1010111 | 0 | 111111 | 11101110 | 1010011 | 10100 |
Color Harmonies of #090C5E
Complementary color
Monochromatic Colors of #090C5E
Black with #090C5E
Text Example
Text Example
White with #090C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C5E; }
p { color: rgb(9,12,94); }
H1.HeaderClassName
{
color: #090C5E;
}
.AnyTagClassName
{
color: #090C5E;
}
</style>
background-color css
<style>
a { background-color: #090C5E; }
a { background-color: rgb(9,12,94); }
div.DivClassName
{
background-color: #090C5E;
}
.BgClassName
{
background-color: #090C5E;
}
</style>
border-color css
<style>
span { border-color: #090C5E; }
span { border-color: rgb(9,12,94); }
td.TdClassName
{
border-color: #090C5E;
}
.TagClassName
{
border-color: #090C5E;
}
</style>