Shades of Midnight Express #030D42
Tints of Midnight Express #030D42
RGB
CMYK
RGB Variations
Color information
#030D42 (or 0x030D42) is known color: Midnight Express. HEX triplet: 03, 0D and 42. RGB value is (3,13,66). Sum of RGB (Red+Green+Blue) = 3+13+66=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 66 (26.17% from 255 or 80.49% from 82); Max value from RGB is 66 - color contains mainly: blue. Hex color #030D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D42 is #FCF2BD. Grayscale: #0F0F0F. Windows color (decimal): -16577214 or 4328707. OLE color: 4328707.
HSL color Cylindrical-coordinate representation of color #030D42: hue angle of 230.48º 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 #030D42 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 13 | 66 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.74 |
| HSL | 230.48º | 0.91% | 0.14% | - |
| HSV(B) | 230.48º | 0.95% | 0.26% | - |
| XYZ | 1.16 | 0.7 | 5.23 | - |
| YUV | 16.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 66 | 0.95 | 0.80 | 0 | 0.74 | 230.48 | 0.91 | 0.14 |
| Hex | 3 | D | 42 | 5F | 50 | 0 | 4A | E6 | 5B | E |
| Octal | 3 | 15 | 102 | 137 | 120 | 0 | 112 | 346 | 133 | 16 |
| Binary | 11 | 1101 | 1000010 | 1011111 | 1010000 | 0 | 1001010 | 11100110 | 1011011 | 1110 |
Color Harmonies of #030D42
Complementary color
Monochromatic Colors of #030D42
Black with #030D42
Text Example
Text Example
White with #030D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D42; }
p { color: rgb(3,13,66); }
H1.HeaderClassName
{
color: #030D42;
}
.AnyTagClassName
{
color: #030D42;
}
</style>
background-color css
<style>
a { background-color: #030D42; }
a { background-color: rgb(3,13,66); }
div.DivClassName
{
background-color: #030D42;
}
.BgClassName
{
background-color: #030D42;
}
</style>
border-color css
<style>
span { border-color: #030D42; }
span { border-color: rgb(3,13,66); }
td.TdClassName
{
border-color: #030D42;
}
.TagClassName
{
border-color: #030D42;
}
</style>