Shades of Midnight Express #03132F
Tints of Midnight Express #03132F
RGB
CMYK
RGB Variations
Color information
#03132F (or 0x03132F) is known color: Midnight Express. HEX triplet: 03, 13 and 2F. RGB value is (3,19,47). Sum of RGB (Red+Green+Blue) = 3+19+47=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #03132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03132F is #FCECD0. Grayscale: #111111. Windows color (decimal): -16575697 or 3085059. OLE color: 3085059.
HSL color Cylindrical-coordinate representation of color #03132F: hue angle of 218.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03132F is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 19 | 47 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.82 |
| HSL | 218.18º | 0.88% | 0.1% | - |
| HSV(B) | 218.18º | 0.94% | 0.18% | - |
| XYZ | 0.78 | 0.69 | 2.78 | - |
| YUV | 17.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 47 | 0.94 | 0.60 | 0 | 0.82 | 218.18 | 0.88 | 0.1 |
| Hex | 3 | 13 | 2F | 5E | 3C | 0 | 52 | DA | 58 | A |
| Octal | 3 | 23 | 57 | 136 | 74 | 0 | 122 | 332 | 130 | 12 |
| Binary | 11 | 10011 | 101111 | 1011110 | 111100 | 0 | 1010010 | 11011010 | 1011000 | 1010 |
Color Harmonies of #03132F
Complementary color
Monochromatic Colors of #03132F
Black with #03132F
Text Example
Text Example
White with #03132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03132F; }
p { color: rgb(3,19,47); }
H1.HeaderClassName
{
color: #03132F;
}
.AnyTagClassName
{
color: #03132F;
}
</style>
background-color css
<style>
a { background-color: #03132F; }
a { background-color: rgb(3,19,47); }
div.DivClassName
{
background-color: #03132F;
}
.BgClassName
{
background-color: #03132F;
}
</style>
border-color css
<style>
span { border-color: #03132F; }
span { border-color: rgb(3,19,47); }
td.TdClassName
{
border-color: #03132F;
}
.TagClassName
{
border-color: #03132F;
}
</style>