Shades of Midnight Express #030D43
Tints of Midnight Express #030D43
RGB
CMYK
RGB Variations
Color information
#030D43 (or 0x030D43) is known color: Midnight Express. HEX triplet: 03, 0D and 43. RGB value is (3,13,67). Sum of RGB (Red+Green+Blue) = 3+13+67=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 67 (26.56% from 255 or 80.72% from 83); Max value from RGB is 67 - color contains mainly: blue. Hex color #030D43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D43 is #FCF2BC. Grayscale: #0F0F0F. Windows color (decimal): -16577213 or 4394243. OLE color: 4394243.
HSL color Cylindrical-coordinate representation of color #030D43: hue angle of 230.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030D43 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 13 | 67 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.74 |
| HSL | 230.63º | 0.91% | 0.14% | - |
| HSV(B) | 230.63º | 0.96% | 0.26% | - |
| XYZ | 1.19 | 0.71 | 5.38 | - |
| YUV | 16.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 67 | 0.96 | 0.81 | 0 | 0.74 | 230.63 | 0.91 | 0.14 |
| Hex | 3 | D | 43 | 60 | 51 | 0 | 4A | E7 | 5B | E |
| Octal | 3 | 15 | 103 | 140 | 121 | 0 | 112 | 347 | 133 | 16 |
| Binary | 11 | 1101 | 1000011 | 1100000 | 1010001 | 0 | 1001010 | 11100111 | 1011011 | 1110 |
Color Harmonies of #030D43
Complementary color
Monochromatic Colors of #030D43
Black with #030D43
Text Example
Text Example
White with #030D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D43; }
p { color: rgb(3,13,67); }
H1.HeaderClassName
{
color: #030D43;
}
.AnyTagClassName
{
color: #030D43;
}
</style>
background-color css
<style>
a { background-color: #030D43; }
a { background-color: rgb(3,13,67); }
div.DivClassName
{
background-color: #030D43;
}
.BgClassName
{
background-color: #030D43;
}
</style>
border-color css
<style>
span { border-color: #030D43; }
span { border-color: rgb(3,13,67); }
td.TdClassName
{
border-color: #030D43;
}
.TagClassName
{
border-color: #030D43;
}
</style>