Shades of Midnight Express #00193E
Tints of Midnight Express #00193E
RGB
CMYK
RGB Variations
Color information
#00193E (or 0x00193E) is known color: Midnight Express. HEX triplet: 00, 19 and 3E. RGB value is (0,25,62). Sum of RGB (Red+Green+Blue) = 0+25+62=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 62 (24.61% from 255 or 71.26% from 87); Max value from RGB is 62 - color contains mainly: blue. Hex color #00193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00193E is #FFE6C1. Grayscale: #151515. Windows color (decimal): -16770754 or 4069632. OLE color: 4069632.
HSL color Cylindrical-coordinate representation of color #00193E: hue angle of 215.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00193E is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 25 | 62 | - |
| CMYK | 1 | 0.60 | 0 | 0.76 |
| HSL | 215.81º | 1% | 0.12% | - |
| HSV(B) | 215.81º | 1% | 0.24% | - |
| XYZ | 1.22 | 1.04 | 4.69 | - |
| YUV | 21.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 62 | 1 | 0.60 | 0 | 0.76 | 215.81 | 1 | 0.12 |
| Hex | 0 | 19 | 3E | 64 | 3C | 0 | 4C | D8 | 64 | C |
| Octal | 0 | 31 | 76 | 144 | 74 | 0 | 114 | 330 | 144 | 14 |
| Binary | 0 | 11001 | 111110 | 1100100 | 111100 | 0 | 1001100 | 11011000 | 1100100 | 1100 |
Color Harmonies of #00193E
Complementary color
Monochromatic Colors of #00193E
Black with #00193E
Text Example
Text Example
White with #00193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00193E; }
p { color: rgb(0,25,62); }
H1.HeaderClassName
{
color: #00193E;
}
.AnyTagClassName
{
color: #00193E;
}
</style>
background-color css
<style>
a { background-color: #00193E; }
a { background-color: rgb(0,25,62); }
div.DivClassName
{
background-color: #00193E;
}
.BgClassName
{
background-color: #00193E;
}
</style>
border-color css
<style>
span { border-color: #00193E; }
span { border-color: rgb(0,25,62); }
td.TdClassName
{
border-color: #00193E;
}
.TagClassName
{
border-color: #00193E;
}
</style>