Shades of Midnight Express #04193E
Tints of Midnight Express #04193E
RGB
CMYK
RGB Variations
Color information
#04193E (or 0x04193E) is known color: Midnight Express. HEX triplet: 04, 19 and 3E. RGB value is (4,25,62). Sum of RGB (Red+Green+Blue) = 4+25+62=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #04193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04193E is #FBE6C1. Grayscale: #161616. Windows color (decimal): -16508610 or 4069636. OLE color: 4069636.
HSL color Cylindrical-coordinate representation of color #04193E: hue angle of 218.28º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04193E is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 25 | 62 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.76 |
| HSL | 218.28º | 0.88% | 0.13% | - |
| HSV(B) | 218.28º | 0.94% | 0.24% | - |
| XYZ | 1.27 | 1.07 | 4.7 | - |
| YUV | 22.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 62 | 0.94 | 0.60 | 0 | 0.76 | 218.28 | 0.88 | 0.13 |
| Hex | 4 | 19 | 3E | 5E | 3C | 0 | 4C | DA | 58 | D |
| Octal | 4 | 31 | 76 | 136 | 74 | 0 | 114 | 332 | 130 | 15 |
| Binary | 100 | 11001 | 111110 | 1011110 | 111100 | 0 | 1001100 | 11011010 | 1011000 | 1101 |
Color Harmonies of #04193E
Complementary color
Monochromatic Colors of #04193E
Black with #04193E
Text Example
Text Example
White with #04193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04193E; }
p { color: rgb(4,25,62); }
H1.HeaderClassName
{
color: #04193E;
}
.AnyTagClassName
{
color: #04193E;
}
</style>
background-color css
<style>
a { background-color: #04193E; }
a { background-color: rgb(4,25,62); }
div.DivClassName
{
background-color: #04193E;
}
.BgClassName
{
background-color: #04193E;
}
</style>
border-color css
<style>
span { border-color: #04193E; }
span { border-color: rgb(4,25,62); }
td.TdClassName
{
border-color: #04193E;
}
.TagClassName
{
border-color: #04193E;
}
</style>