Shades of Midnight Express #030E35
Tints of Midnight Express #030E35
RGB
CMYK
RGB Variations
Color information
#030E35 (or 0x030E35) is known color: Midnight Express. HEX triplet: 03, 0E and 35. RGB value is (3,14,53). Sum of RGB (Red+Green+Blue) = 3+14+53=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 53 (21.09% from 255 or 75.71% from 70); Max value from RGB is 53 - color contains mainly: blue. Hex color #030E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E35 is #FCF1CA. Grayscale: #0E0E0E. Windows color (decimal): -16576971 or 3476995. OLE color: 3476995.
HSL color Cylindrical-coordinate representation of color #030E35: hue angle of 226.8º 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 #030E35 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 14 | 53 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.79 |
| HSL | 226.8º | 0.89% | 0.11% | - |
| HSV(B) | 226.8º | 0.94% | 0.21% | - |
| XYZ | 0.84 | 0.59 | 3.44 | - |
| YUV | 15.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 53 | 0.94 | 0.74 | 0 | 0.79 | 226.8 | 0.89 | 0.11 |
| Hex | 3 | E | 35 | 5E | 4A | 0 | 4F | E3 | 59 | B |
| Octal | 3 | 16 | 65 | 136 | 112 | 0 | 117 | 343 | 131 | 13 |
| Binary | 11 | 1110 | 110101 | 1011110 | 1001010 | 0 | 1001111 | 11100011 | 1011001 | 1011 |
Color Harmonies of #030E35
Complementary color
Monochromatic Colors of #030E35
Black with #030E35
Text Example
Text Example
White with #030E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E35; }
p { color: rgb(3,14,53); }
H1.HeaderClassName
{
color: #030E35;
}
.AnyTagClassName
{
color: #030E35;
}
</style>
background-color css
<style>
a { background-color: #030E35; }
a { background-color: rgb(3,14,53); }
div.DivClassName
{
background-color: #030E35;
}
.BgClassName
{
background-color: #030E35;
}
</style>
border-color css
<style>
span { border-color: #030E35; }
span { border-color: rgb(3,14,53); }
td.TdClassName
{
border-color: #030E35;
}
.TagClassName
{
border-color: #030E35;
}
</style>