Shades of Midnight Express #03113E
Tints of Midnight Express #03113E
RGB
CMYK
RGB Variations
Color information
#03113E (or 0x03113E) is known color: Midnight Express. HEX triplet: 03, 11 and 3E. RGB value is (3,17,62). Sum of RGB (Red+Green+Blue) = 3+17+62=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #03113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03113E is #FCEEC1. Grayscale: #111111. Windows color (decimal): -16576194 or 4067587. OLE color: 4067587.
HSL color Cylindrical-coordinate representation of color #03113E: hue angle of 225.76º 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 #03113E is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 17 | 62 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.76 |
| HSL | 225.76º | 0.91% | 0.13% | - |
| HSV(B) | 225.76º | 0.95% | 0.24% | - |
| XYZ | 1.11 | 0.77 | 4.65 | - |
| YUV | 17.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 62 | 0.95 | 0.73 | 0 | 0.76 | 225.76 | 0.91 | 0.13 |
| Hex | 3 | 11 | 3E | 5F | 49 | 0 | 4C | E2 | 5B | D |
| Octal | 3 | 21 | 76 | 137 | 111 | 0 | 114 | 342 | 133 | 15 |
| Binary | 11 | 10001 | 111110 | 1011111 | 1001001 | 0 | 1001100 | 11100010 | 1011011 | 1101 |
Color Harmonies of #03113E
Complementary color
Monochromatic Colors of #03113E
Black with #03113E
Text Example
Text Example
White with #03113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03113E; }
p { color: rgb(3,17,62); }
H1.HeaderClassName
{
color: #03113E;
}
.AnyTagClassName
{
color: #03113E;
}
</style>
background-color css
<style>
a { background-color: #03113E; }
a { background-color: rgb(3,17,62); }
div.DivClassName
{
background-color: #03113E;
}
.BgClassName
{
background-color: #03113E;
}
</style>
border-color css
<style>
span { border-color: #03113E; }
span { border-color: rgb(3,17,62); }
td.TdClassName
{
border-color: #03113E;
}
.TagClassName
{
border-color: #03113E;
}
</style>