Shades of Midnight Express #03003A
Tints of Midnight Express #03003A
RGB
CMYK
RGB Variations
Color information
#03003A (or 0x03003A) is known color: Midnight Express. HEX triplet: 03, 00 and 3A. RGB value is (3,0,58). Sum of RGB (Red+Green+Blue) = 3+0+58=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 58 (23.05% from 255 or 95.08% from 61); Max value from RGB is 58 - color contains mainly: blue. Hex color #03003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03003A is #FCFFC5. Grayscale: #070707. Windows color (decimal): -16580550 or 3801091. OLE color: 3801091.
HSL color Cylindrical-coordinate representation of color #03003A: hue angle of 243.1º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03003A is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 0 | 58 | - |
| CMYK | 0.95 | 1 | 0 | 0.77 |
| HSL | 243.1º | 1% | 0.11% | - |
| HSV(B) | 243.1º | 1% | 0.23% | - |
| XYZ | 0.8 | 0.32 | 4.02 | - |
| YUV | 7.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 58 | 0.95 | 1 | 0 | 0.77 | 243.1 | 1 | 0.11 |
| Hex | 3 | 0 | 3A | 5F | 64 | 0 | 4D | F3 | 64 | B |
| Octal | 3 | 0 | 72 | 137 | 144 | 0 | 115 | 363 | 144 | 13 |
| Binary | 11 | 0 | 111010 | 1011111 | 1100100 | 0 | 1001101 | 11110011 | 1100100 | 1011 |
Color Harmonies of #03003A
Complementary color
Monochromatic Colors of #03003A
Black with #03003A
Text Example
Text Example
White with #03003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03003A; }
p { color: rgb(3,0,58); }
H1.HeaderClassName
{
color: #03003A;
}
.AnyTagClassName
{
color: #03003A;
}
</style>
background-color css
<style>
a { background-color: #03003A; }
a { background-color: rgb(3,0,58); }
div.DivClassName
{
background-color: #03003A;
}
.BgClassName
{
background-color: #03003A;
}
</style>
border-color css
<style>
span { border-color: #03003A; }
span { border-color: rgb(3,0,58); }
td.TdClassName
{
border-color: #03003A;
}
.TagClassName
{
border-color: #03003A;
}
</style>