Shades of Midnight Express #03103E
Tints of Midnight Express #03103E
RGB
CMYK
RGB Variations
Color information
#03103E (or 0x03103E) is known color: Midnight Express. HEX triplet: 03, 10 and 3E. RGB value is (3,16,62). Sum of RGB (Red+Green+Blue) = 3+16+62=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 62 (24.61% from 255 or 76.54% from 81); Max value from RGB is 62 - color contains mainly: blue. Hex color #03103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03103E is #FCEFC1. Grayscale: #111111. Windows color (decimal): -16576450 or 4067331. OLE color: 4067331.
HSL color Cylindrical-coordinate representation of color #03103E: hue angle of 226.78º 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 #03103E is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 16 | 62 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.76 |
| HSL | 226.78º | 0.91% | 0.13% | - |
| HSV(B) | 226.78º | 0.95% | 0.24% | - |
| XYZ | 1.09 | 0.74 | 4.64 | - |
| YUV | 17.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 62 | 0.95 | 0.74 | 0 | 0.76 | 226.78 | 0.91 | 0.13 |
| Hex | 3 | 10 | 3E | 5F | 4A | 0 | 4C | E3 | 5B | D |
| Octal | 3 | 20 | 76 | 137 | 112 | 0 | 114 | 343 | 133 | 15 |
| Binary | 11 | 10000 | 111110 | 1011111 | 1001010 | 0 | 1001100 | 11100011 | 1011011 | 1101 |
Color Harmonies of #03103E
Complementary color
Monochromatic Colors of #03103E
Black with #03103E
Text Example
Text Example
White with #03103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03103E; }
p { color: rgb(3,16,62); }
H1.HeaderClassName
{
color: #03103E;
}
.AnyTagClassName
{
color: #03103E;
}
</style>
background-color css
<style>
a { background-color: #03103E; }
a { background-color: rgb(3,16,62); }
div.DivClassName
{
background-color: #03103E;
}
.BgClassName
{
background-color: #03103E;
}
</style>
border-color css
<style>
span { border-color: #03103E; }
span { border-color: rgb(3,16,62); }
td.TdClassName
{
border-color: #03103E;
}
.TagClassName
{
border-color: #03103E;
}
</style>