Shades of Midnight Express #030D45
Tints of Midnight Express #030D45
RGB
CMYK
RGB Variations
Color information
#030D45 (or 0x030D45) is known color: Midnight Express. HEX triplet: 03, 0D and 45. RGB value is (3,13,69). Sum of RGB (Red+Green+Blue) = 3+13+69=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #030D45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D45 is #FCF2BA. Grayscale: #101010. Windows color (decimal): -16577211 or 4525315. OLE color: 4525315.
HSL color Cylindrical-coordinate representation of color #030D45: hue angle of 230.91º 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 #030D45 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 13 | 69 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.73 |
| HSL | 230.91º | 0.92% | 0.14% | - |
| HSV(B) | 230.91º | 0.96% | 0.27% | - |
| XYZ | 1.26 | 0.74 | 5.71 | - |
| YUV | 16.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 69 | 0.96 | 0.81 | 0 | 0.73 | 230.91 | 0.92 | 0.14 |
| Hex | 3 | D | 45 | 60 | 51 | 0 | 49 | E7 | 5C | E |
| Octal | 3 | 15 | 105 | 140 | 121 | 0 | 111 | 347 | 134 | 16 |
| Binary | 11 | 1101 | 1000101 | 1100000 | 1010001 | 0 | 1001001 | 11100111 | 1011100 | 1110 |
Color Harmonies of #030D45
Complementary color
Monochromatic Colors of #030D45
Black with #030D45
Text Example
Text Example
White with #030D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D45; }
p { color: rgb(3,13,69); }
H1.HeaderClassName
{
color: #030D45;
}
.AnyTagClassName
{
color: #030D45;
}
</style>
background-color css
<style>
a { background-color: #030D45; }
a { background-color: rgb(3,13,69); }
div.DivClassName
{
background-color: #030D45;
}
.BgClassName
{
background-color: #030D45;
}
</style>
border-color css
<style>
span { border-color: #030D45; }
span { border-color: rgb(3,13,69); }
td.TdClassName
{
border-color: #030D45;
}
.TagClassName
{
border-color: #030D45;
}
</style>