Shades of Midnight Express #04193C
Tints of Midnight Express #04193C
RGB
CMYK
RGB Variations
Color information
#04193C (or 0x04193C) is known color: Midnight Express. HEX triplet: 04, 19 and 3C. RGB value is (4,25,60). Sum of RGB (Red+Green+Blue) = 4+25+60=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #04193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04193C is #FBE6C3. Grayscale: #161616. Windows color (decimal): -16508612 or 3938564. OLE color: 3938564.
HSL color Cylindrical-coordinate representation of color #04193C: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04193C is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 25 | 60 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.76 |
| HSL | 217.5º | 0.88% | 0.13% | - |
| HSV(B) | 217.5º | 0.93% | 0.24% | - |
| XYZ | 1.21 | 1.05 | 4.41 | - |
| YUV | 22.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 60 | 0.93 | 0.58 | 0 | 0.76 | 217.5 | 0.88 | 0.13 |
| Hex | 4 | 19 | 3C | 5D | 3A | 0 | 4C | DA | 58 | D |
| Octal | 4 | 31 | 74 | 135 | 72 | 0 | 114 | 332 | 130 | 15 |
| Binary | 100 | 11001 | 111100 | 1011101 | 111010 | 0 | 1001100 | 11011010 | 1011000 | 1101 |
Color Harmonies of #04193C
Complementary color
Monochromatic Colors of #04193C
Black with #04193C
Text Example
Text Example
White with #04193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04193C; }
p { color: rgb(4,25,60); }
H1.HeaderClassName
{
color: #04193C;
}
.AnyTagClassName
{
color: #04193C;
}
</style>
background-color css
<style>
a { background-color: #04193C; }
a { background-color: rgb(4,25,60); }
div.DivClassName
{
background-color: #04193C;
}
.BgClassName
{
background-color: #04193C;
}
</style>
border-color css
<style>
span { border-color: #04193C; }
span { border-color: rgb(4,25,60); }
td.TdClassName
{
border-color: #04193C;
}
.TagClassName
{
border-color: #04193C;
}
</style>