Shades of Midnight Express #03133E
Tints of Midnight Express #03133E
RGB
CMYK
RGB Variations
Color information
#03133E (or 0x03133E) is known color: Midnight Express. HEX triplet: 03, 13 and 3E. RGB value is (3,19,62). Sum of RGB (Red+Green+Blue) = 3+19+62=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 62 (24.61% from 255 or 73.81% from 84); Max value from RGB is 62 - color contains mainly: blue. Hex color #03133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03133E is #FCECC1. Grayscale: #121212. Windows color (decimal): -16575682 or 4068099. OLE color: 4068099.
HSL color Cylindrical-coordinate representation of color #03133E: hue angle of 223.73º 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 #03133E is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 19 | 62 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.76 |
| HSL | 223.73º | 0.91% | 0.13% | - |
| HSV(B) | 223.73º | 0.95% | 0.24% | - |
| XYZ | 1.14 | 0.83 | 4.66 | - |
| YUV | 19.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 62 | 0.95 | 0.69 | 0 | 0.76 | 223.73 | 0.91 | 0.13 |
| Hex | 3 | 13 | 3E | 5F | 45 | 0 | 4C | E0 | 5B | D |
| Octal | 3 | 23 | 76 | 137 | 105 | 0 | 114 | 340 | 133 | 15 |
| Binary | 11 | 10011 | 111110 | 1011111 | 1000101 | 0 | 1001100 | 11100000 | 1011011 | 1101 |
Color Harmonies of #03133E
Complementary color
Monochromatic Colors of #03133E
Black with #03133E
Text Example
Text Example
White with #03133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03133E; }
p { color: rgb(3,19,62); }
H1.HeaderClassName
{
color: #03133E;
}
.AnyTagClassName
{
color: #03133E;
}
</style>
background-color css
<style>
a { background-color: #03133E; }
a { background-color: rgb(3,19,62); }
div.DivClassName
{
background-color: #03133E;
}
.BgClassName
{
background-color: #03133E;
}
</style>
border-color css
<style>
span { border-color: #03133E; }
span { border-color: rgb(3,19,62); }
td.TdClassName
{
border-color: #03133E;
}
.TagClassName
{
border-color: #03133E;
}
</style>