Shades of Midnight Express #030A45
Tints of Midnight Express #030A45
RGB
CMYK
RGB Variations
Color information
#030A45 (or 0x030A45) is known color: Midnight Express. HEX triplet: 03, 0A and 45. RGB value is (3,10,69). Sum of RGB (Red+Green+Blue) = 3+10+69=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 69 (27.34% from 255 or 84.15% from 82); Max value from RGB is 69 - color contains mainly: blue. Hex color #030A45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A45 is #FCF5BA. Grayscale: #0E0E0E. Windows color (decimal): -16577979 or 4524547. OLE color: 4524547.
HSL color Cylindrical-coordinate representation of color #030A45: hue angle of 233.64º 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 #030A45 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 10 | 69 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.73 |
| HSL | 233.64º | 0.92% | 0.14% | - |
| HSV(B) | 233.64º | 0.96% | 0.27% | - |
| XYZ | 1.22 | 0.67 | 5.69 | - |
| YUV | 14.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 69 | 0.96 | 0.86 | 0 | 0.73 | 233.64 | 0.92 | 0.14 |
| Hex | 3 | A | 45 | 60 | 56 | 0 | 49 | EA | 5C | E |
| Octal | 3 | 12 | 105 | 140 | 126 | 0 | 111 | 352 | 134 | 16 |
| Binary | 11 | 1010 | 1000101 | 1100000 | 1010110 | 0 | 1001001 | 11101010 | 1011100 | 1110 |
Color Harmonies of #030A45
Complementary color
Monochromatic Colors of #030A45
Black with #030A45
Text Example
Text Example
White with #030A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A45; }
p { color: rgb(3,10,69); }
H1.HeaderClassName
{
color: #030A45;
}
.AnyTagClassName
{
color: #030A45;
}
</style>
background-color css
<style>
a { background-color: #030A45; }
a { background-color: rgb(3,10,69); }
div.DivClassName
{
background-color: #030A45;
}
.BgClassName
{
background-color: #030A45;
}
</style>
border-color css
<style>
span { border-color: #030A45; }
span { border-color: rgb(3,10,69); }
td.TdClassName
{
border-color: #030A45;
}
.TagClassName
{
border-color: #030A45;
}
</style>