Shades of Midnight Express #03113D
Tints of Midnight Express #03113D
RGB
CMYK
RGB Variations
Color information
#03113D (or 0x03113D) is known color: Midnight Express. HEX triplet: 03, 11 and 3D. RGB value is (3,17,61). Sum of RGB (Red+Green+Blue) = 3+17+61=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #03113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03113D is #FCEEC2. Grayscale: #111111. Windows color (decimal): -16576195 or 4002051. OLE color: 4002051.
HSL color Cylindrical-coordinate representation of color #03113D: hue angle of 225.52º 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 #03113D is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 17 | 61 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.76 |
| HSL | 225.52º | 0.91% | 0.13% | - |
| HSV(B) | 225.52º | 0.95% | 0.24% | - |
| XYZ | 1.08 | 0.76 | 4.5 | - |
| YUV | 17.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 61 | 0.95 | 0.72 | 0 | 0.76 | 225.52 | 0.91 | 0.13 |
| Hex | 3 | 11 | 3D | 5F | 48 | 0 | 4C | E2 | 5B | D |
| Octal | 3 | 21 | 75 | 137 | 110 | 0 | 114 | 342 | 133 | 15 |
| Binary | 11 | 10001 | 111101 | 1011111 | 1001000 | 0 | 1001100 | 11100010 | 1011011 | 1101 |
Color Harmonies of #03113D
Complementary color
Monochromatic Colors of #03113D
Black with #03113D
Text Example
Text Example
White with #03113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03113D; }
p { color: rgb(3,17,61); }
H1.HeaderClassName
{
color: #03113D;
}
.AnyTagClassName
{
color: #03113D;
}
</style>
background-color css
<style>
a { background-color: #03113D; }
a { background-color: rgb(3,17,61); }
div.DivClassName
{
background-color: #03113D;
}
.BgClassName
{
background-color: #03113D;
}
</style>
border-color css
<style>
span { border-color: #03113D; }
span { border-color: rgb(3,17,61); }
td.TdClassName
{
border-color: #03113D;
}
.TagClassName
{
border-color: #03113D;
}
</style>