Shades of Midnight Express #030E44
Tints of Midnight Express #030E44
RGB
CMYK
RGB Variations
Color information
#030E44 (or 0x030E44) is known color: Midnight Express. HEX triplet: 03, 0E and 44. RGB value is (3,14,68). Sum of RGB (Red+Green+Blue) = 3+14+68=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 68 (26.95% from 255 or 80% from 85); Max value from RGB is 68 - color contains mainly: blue. Hex color #030E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E44 is #FCF1BB. Grayscale: #101010. Windows color (decimal): -16576956 or 4460035. OLE color: 4460035.
HSL color Cylindrical-coordinate representation of color #030E44: hue angle of 229.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E44 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 14 | 68 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.73 |
| HSL | 229.85º | 0.92% | 0.14% | - |
| HSV(B) | 229.85º | 0.96% | 0.27% | - |
| XYZ | 1.24 | 0.75 | 5.55 | - |
| YUV | 16.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 68 | 0.96 | 0.79 | 0 | 0.73 | 229.85 | 0.92 | 0.14 |
| Hex | 3 | E | 44 | 60 | 4F | 0 | 49 | E6 | 5C | E |
| Octal | 3 | 16 | 104 | 140 | 117 | 0 | 111 | 346 | 134 | 16 |
| Binary | 11 | 1110 | 1000100 | 1100000 | 1001111 | 0 | 1001001 | 11100110 | 1011100 | 1110 |
Color Harmonies of #030E44
Complementary color
Monochromatic Colors of #030E44
Black with #030E44
Text Example
Text Example
White with #030E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E44; }
p { color: rgb(3,14,68); }
H1.HeaderClassName
{
color: #030E44;
}
.AnyTagClassName
{
color: #030E44;
}
</style>
background-color css
<style>
a { background-color: #030E44; }
a { background-color: rgb(3,14,68); }
div.DivClassName
{
background-color: #030E44;
}
.BgClassName
{
background-color: #030E44;
}
</style>
border-color css
<style>
span { border-color: #030E44; }
span { border-color: rgb(3,14,68); }
td.TdClassName
{
border-color: #030E44;
}
.TagClassName
{
border-color: #030E44;
}
</style>