Shades of Midnight Express #03193D
Tints of Midnight Express #03193D
RGB
CMYK
RGB Variations
Color information
#03193D (or 0x03193D) is known color: Midnight Express. HEX triplet: 03, 19 and 3D. RGB value is (3,25,61). Sum of RGB (Red+Green+Blue) = 3+25+61=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #03193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193D is #FCE6C2. Grayscale: #161616. Windows color (decimal): -16574147 or 4004099. OLE color: 4004099.
HSL color Cylindrical-coordinate representation of color #03193D: hue angle of 217.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03193D is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 25 | 61 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.76 |
| HSL | 217.24º | 0.91% | 0.13% | - |
| HSV(B) | 217.24º | 0.95% | 0.24% | - |
| XYZ | 1.23 | 1.05 | 4.55 | - |
| YUV | 22.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 61 | 0.95 | 0.59 | 0 | 0.76 | 217.24 | 0.91 | 0.13 |
| Hex | 3 | 19 | 3D | 5F | 3B | 0 | 4C | D9 | 5B | D |
| Octal | 3 | 31 | 75 | 137 | 73 | 0 | 114 | 331 | 133 | 15 |
| Binary | 11 | 11001 | 111101 | 1011111 | 111011 | 0 | 1001100 | 11011001 | 1011011 | 1101 |
Color Harmonies of #03193D
Complementary color
Monochromatic Colors of #03193D
Black with #03193D
Text Example
Text Example
White with #03193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03193D; }
p { color: rgb(3,25,61); }
H1.HeaderClassName
{
color: #03193D;
}
.AnyTagClassName
{
color: #03193D;
}
</style>
background-color css
<style>
a { background-color: #03193D; }
a { background-color: rgb(3,25,61); }
div.DivClassName
{
background-color: #03193D;
}
.BgClassName
{
background-color: #03193D;
}
</style>
border-color css
<style>
span { border-color: #03193D; }
span { border-color: rgb(3,25,61); }
td.TdClassName
{
border-color: #03193D;
}
.TagClassName
{
border-color: #03193D;
}
</style>