Shades of Midnight Express #030A41
Tints of Midnight Express #030A41
RGB
CMYK
RGB Variations
Color information
#030A41 (or 0x030A41) is known color: Midnight Express. HEX triplet: 03, 0A and 41. RGB value is (3,10,65). Sum of RGB (Red+Green+Blue) = 3+10+65=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #030A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A41 is #FCF5BE. Grayscale: #0D0D0D. Windows color (decimal): -16577983 or 4262403. OLE color: 4262403.
HSL color Cylindrical-coordinate representation of color #030A41: hue angle of 233.23º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030A41 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 10 | 65 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.75 |
| HSL | 233.23º | 0.91% | 0.13% | - |
| HSV(B) | 233.23º | 0.95% | 0.25% | - |
| XYZ | 1.1 | 0.62 | 5.06 | - |
| YUV | 14.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 65 | 0.95 | 0.85 | 0 | 0.75 | 233.23 | 0.91 | 0.13 |
| Hex | 3 | A | 41 | 5F | 55 | 0 | 4B | E9 | 5B | D |
| Octal | 3 | 12 | 101 | 137 | 125 | 0 | 113 | 351 | 133 | 15 |
| Binary | 11 | 1010 | 1000001 | 1011111 | 1010101 | 0 | 1001011 | 11101001 | 1011011 | 1101 |
Color Harmonies of #030A41
Complementary color
Monochromatic Colors of #030A41
Black with #030A41
Text Example
Text Example
White with #030A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A41; }
p { color: rgb(3,10,65); }
H1.HeaderClassName
{
color: #030A41;
}
.AnyTagClassName
{
color: #030A41;
}
</style>
background-color css
<style>
a { background-color: #030A41; }
a { background-color: rgb(3,10,65); }
div.DivClassName
{
background-color: #030A41;
}
.BgClassName
{
background-color: #030A41;
}
</style>
border-color css
<style>
span { border-color: #030A41; }
span { border-color: rgb(3,10,65); }
td.TdClassName
{
border-color: #030A41;
}
.TagClassName
{
border-color: #030A41;
}
</style>