Shades of Midnight Express #03073F
Tints of Midnight Express #03073F
RGB
CMYK
RGB Variations
Color information
#03073F (or 0x03073F) is known color: Midnight Express. HEX triplet: 03, 07 and 3F. RGB value is (3,7,63). Sum of RGB (Red+Green+Blue) = 3+7+63=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 63 (25% from 255 or 86.30% from 73); Max value from RGB is 63 - color contains mainly: blue. Hex color #03073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03073F is #FCF8C0. Grayscale: #0B0B0B. Windows color (decimal): -16578753 or 4130563. OLE color: 4130563.
HSL color Cylindrical-coordinate representation of color #03073F: hue angle of 236º 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 #03073F is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 7 | 63 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.75 |
| HSL | 236º | 0.91% | 0.13% | - |
| HSV(B) | 236º | 0.95% | 0.25% | - |
| XYZ | 1.01 | 0.53 | 4.75 | - |
| YUV | 12.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 63 | 0.95 | 0.89 | 0 | 0.75 | 236 | 0.91 | 0.13 |
| Hex | 3 | 7 | 3F | 5F | 59 | 0 | 4B | EC | 5B | D |
| Octal | 3 | 7 | 77 | 137 | 131 | 0 | 113 | 354 | 133 | 15 |
| Binary | 11 | 111 | 111111 | 1011111 | 1011001 | 0 | 1001011 | 11101100 | 1011011 | 1101 |
Color Harmonies of #03073F
Complementary color
Monochromatic Colors of #03073F
Black with #03073F
Text Example
Text Example
White with #03073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03073F; }
p { color: rgb(3,7,63); }
H1.HeaderClassName
{
color: #03073F;
}
.AnyTagClassName
{
color: #03073F;
}
</style>
background-color css
<style>
a { background-color: #03073F; }
a { background-color: rgb(3,7,63); }
div.DivClassName
{
background-color: #03073F;
}
.BgClassName
{
background-color: #03073F;
}
</style>
border-color css
<style>
span { border-color: #03073F; }
span { border-color: rgb(3,7,63); }
td.TdClassName
{
border-color: #03073F;
}
.TagClassName
{
border-color: #03073F;
}
</style>