Shades of Midnight Express #03193B
Tints of Midnight Express #03193B
RGB
CMYK
RGB Variations
Color information
#03193B (or 0x03193B) is known color: Midnight Express. HEX triplet: 03, 19 and 3B. RGB value is (3,25,59). Sum of RGB (Red+Green+Blue) = 3+25+59=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #03193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193B is #FCE6C4. Grayscale: #161616. Windows color (decimal): -16574149 or 3873027. OLE color: 3873027.
HSL color Cylindrical-coordinate representation of color #03193B: hue angle of 216.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03193B is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 25 | 59 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.77 |
| HSL | 216.43º | 0.9% | 0.12% | - |
| HSV(B) | 216.43º | 0.95% | 0.23% | - |
| XYZ | 1.17 | 1.03 | 4.27 | - |
| YUV | 22.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 59 | 0.95 | 0.58 | 0 | 0.77 | 216.43 | 0.9 | 0.12 |
| Hex | 3 | 19 | 3B | 5F | 3A | 0 | 4D | D8 | 5A | C |
| Octal | 3 | 31 | 73 | 137 | 72 | 0 | 115 | 330 | 132 | 14 |
| Binary | 11 | 11001 | 111011 | 1011111 | 111010 | 0 | 1001101 | 11011000 | 1011010 | 1100 |
Color Harmonies of #03193B
Complementary color
Monochromatic Colors of #03193B
Black with #03193B
Text Example
Text Example
White with #03193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03193B; }
p { color: rgb(3,25,59); }
H1.HeaderClassName
{
color: #03193B;
}
.AnyTagClassName
{
color: #03193B;
}
</style>
background-color css
<style>
a { background-color: #03193B; }
a { background-color: rgb(3,25,59); }
div.DivClassName
{
background-color: #03193B;
}
.BgClassName
{
background-color: #03193B;
}
</style>
border-color css
<style>
span { border-color: #03193B; }
span { border-color: rgb(3,25,59); }
td.TdClassName
{
border-color: #03193B;
}
.TagClassName
{
border-color: #03193B;
}
</style>