Shades of Midnight Express #030E36
Tints of Midnight Express #030E36
RGB
CMYK
RGB Variations
Color information
#030E36 (or 0x030E36) is known color: Midnight Express. HEX triplet: 03, 0E and 36. RGB value is (3,14,54). Sum of RGB (Red+Green+Blue) = 3+14+54=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 54 (21.48% from 255 or 76.06% from 71); Max value from RGB is 54 - color contains mainly: blue. Hex color #030E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E36 is #FCF1C9. Grayscale: #0F0F0F. Windows color (decimal): -16576970 or 3542531. OLE color: 3542531.
HSL color Cylindrical-coordinate representation of color #030E36: hue angle of 227.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030E36 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 14 | 54 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.79 |
| HSL | 227.06º | 0.89% | 0.11% | - |
| HSV(B) | 227.06º | 0.94% | 0.21% | - |
| XYZ | 0.86 | 0.6 | 3.56 | - |
| YUV | 15.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 54 | 0.94 | 0.74 | 0 | 0.79 | 227.06 | 0.89 | 0.11 |
| Hex | 3 | E | 36 | 5E | 4A | 0 | 4F | E3 | 59 | B |
| Octal | 3 | 16 | 66 | 136 | 112 | 0 | 117 | 343 | 131 | 13 |
| Binary | 11 | 1110 | 110110 | 1011110 | 1001010 | 0 | 1001111 | 11100011 | 1011001 | 1011 |
Color Harmonies of #030E36
Complementary color
Monochromatic Colors of #030E36
Black with #030E36
Text Example
Text Example
White with #030E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E36; }
p { color: rgb(3,14,54); }
H1.HeaderClassName
{
color: #030E36;
}
.AnyTagClassName
{
color: #030E36;
}
</style>
background-color css
<style>
a { background-color: #030E36; }
a { background-color: rgb(3,14,54); }
div.DivClassName
{
background-color: #030E36;
}
.BgClassName
{
background-color: #030E36;
}
</style>
border-color css
<style>
span { border-color: #030E36; }
span { border-color: rgb(3,14,54); }
td.TdClassName
{
border-color: #030E36;
}
.TagClassName
{
border-color: #030E36;
}
</style>