Shades of Midnight Express #030A42
Tints of Midnight Express #030A42
RGB
CMYK
RGB Variations
Color information
#030A42 (or 0x030A42) is known color: Midnight Express. HEX triplet: 03, 0A and 42. RGB value is (3,10,66). Sum of RGB (Red+Green+Blue) = 3+10+66=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 66 (26.17% from 255 or 83.54% from 79); Max value from RGB is 66 - color contains mainly: blue. Hex color #030A42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A42 is #FCF5BD. Grayscale: #0E0E0E. Windows color (decimal): -16577982 or 4327939. OLE color: 4327939.
HSL color Cylindrical-coordinate representation of color #030A42: hue angle of 233.33º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030A42 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 10 | 66 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.74 |
| HSL | 233.33º | 0.91% | 0.14% | - |
| HSV(B) | 233.33º | 0.95% | 0.26% | - |
| XYZ | 1.13 | 0.63 | 5.22 | - |
| YUV | 14.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 66 | 0.95 | 0.85 | 0 | 0.74 | 233.33 | 0.91 | 0.14 |
| Hex | 3 | A | 42 | 5F | 55 | 0 | 4A | E9 | 5B | E |
| Octal | 3 | 12 | 102 | 137 | 125 | 0 | 112 | 351 | 133 | 16 |
| Binary | 11 | 1010 | 1000010 | 1011111 | 1010101 | 0 | 1001010 | 11101001 | 1011011 | 1110 |
Color Harmonies of #030A42
Complementary color
Monochromatic Colors of #030A42
Black with #030A42
Text Example
Text Example
White with #030A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A42; }
p { color: rgb(3,10,66); }
H1.HeaderClassName
{
color: #030A42;
}
.AnyTagClassName
{
color: #030A42;
}
</style>
background-color css
<style>
a { background-color: #030A42; }
a { background-color: rgb(3,10,66); }
div.DivClassName
{
background-color: #030A42;
}
.BgClassName
{
background-color: #030A42;
}
</style>
border-color css
<style>
span { border-color: #030A42; }
span { border-color: rgb(3,10,66); }
td.TdClassName
{
border-color: #030A42;
}
.TagClassName
{
border-color: #030A42;
}
</style>