Shades of Midnight Express #03093E
Tints of Midnight Express #03093E
RGB
CMYK
RGB Variations
Color information
#03093E (or 0x03093E) is known color: Midnight Express. HEX triplet: 03, 09 and 3E. RGB value is (3,9,62). Sum of RGB (Red+Green+Blue) = 3+9+62=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 62 (24.61% from 255 or 83.78% from 74); Max value from RGB is 62 - color contains mainly: blue. Hex color #03093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03093E is #FCF6C1. Grayscale: #0D0D0D. Windows color (decimal): -16578242 or 4065539. OLE color: 4065539.
HSL color Cylindrical-coordinate representation of color #03093E: hue angle of 233.9º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03093E is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 9 | 62 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.76 |
| HSL | 233.9º | 0.91% | 0.13% | - |
| HSV(B) | 233.9º | 0.95% | 0.24% | - |
| XYZ | 1 | 0.56 | 4.61 | - |
| YUV | 13.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 62 | 0.95 | 0.85 | 0 | 0.76 | 233.9 | 0.91 | 0.13 |
| Hex | 3 | 9 | 3E | 5F | 55 | 0 | 4C | EA | 5B | D |
| Octal | 3 | 11 | 76 | 137 | 125 | 0 | 114 | 352 | 133 | 15 |
| Binary | 11 | 1001 | 111110 | 1011111 | 1010101 | 0 | 1001100 | 11101010 | 1011011 | 1101 |
Color Harmonies of #03093E
Complementary color
Monochromatic Colors of #03093E
Black with #03093E
Text Example
Text Example
White with #03093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03093E; }
p { color: rgb(3,9,62); }
H1.HeaderClassName
{
color: #03093E;
}
.AnyTagClassName
{
color: #03093E;
}
</style>
background-color css
<style>
a { background-color: #03093E; }
a { background-color: rgb(3,9,62); }
div.DivClassName
{
background-color: #03093E;
}
.BgClassName
{
background-color: #03093E;
}
</style>
border-color css
<style>
span { border-color: #03093E; }
span { border-color: rgb(3,9,62); }
td.TdClassName
{
border-color: #03093E;
}
.TagClassName
{
border-color: #03093E;
}
</style>