Shades of Midnight Express #04132D
Tints of Midnight Express #04132D
RGB
CMYK
RGB Variations
Color information
#04132D (or 0x04132D) is known color: Midnight Express. HEX triplet: 04, 13 and 2D. RGB value is (4,19,45). Sum of RGB (Red+Green+Blue) = 4+19+45=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #04132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04132D is #FBECD2. Grayscale: #111111. Windows color (decimal): -16510163 or 2953988. OLE color: 2953988.
HSL color Cylindrical-coordinate representation of color #04132D: hue angle of 218.05º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04132D is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 19 | 45 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.82 |
| HSL | 218.05º | 0.84% | 0.1% | - |
| HSV(B) | 218.05º | 0.91% | 0.18% | - |
| XYZ | 0.76 | 0.68 | 2.57 | - |
| YUV | 17.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 45 | 0.91 | 0.58 | 0 | 0.82 | 218.05 | 0.84 | 0.1 |
| Hex | 4 | 13 | 2D | 5B | 3A | 0 | 52 | DA | 54 | A |
| Octal | 4 | 23 | 55 | 133 | 72 | 0 | 122 | 332 | 124 | 12 |
| Binary | 100 | 10011 | 101101 | 1011011 | 111010 | 0 | 1010010 | 11011010 | 1010100 | 1010 |
Color Harmonies of #04132D
Complementary color
Monochromatic Colors of #04132D
Black with #04132D
Text Example
Text Example
White with #04132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04132D; }
p { color: rgb(4,19,45); }
H1.HeaderClassName
{
color: #04132D;
}
.AnyTagClassName
{
color: #04132D;
}
</style>
background-color css
<style>
a { background-color: #04132D; }
a { background-color: rgb(4,19,45); }
div.DivClassName
{
background-color: #04132D;
}
.BgClassName
{
background-color: #04132D;
}
</style>
border-color css
<style>
span { border-color: #04132D; }
span { border-color: rgb(4,19,45); }
td.TdClassName
{
border-color: #04132D;
}
.TagClassName
{
border-color: #04132D;
}
</style>