Shades of Midnight Express #03193C
Tints of Midnight Express #03193C
RGB
CMYK
RGB Variations
Color information
#03193C (or 0x03193C) is known color: Midnight Express. HEX triplet: 03, 19 and 3C. RGB value is (3,25,60). Sum of RGB (Red+Green+Blue) = 3+25+60=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #03193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193C is #FCE6C3. Grayscale: #161616. Windows color (decimal): -16574148 or 3938563. OLE color: 3938563.
HSL color Cylindrical-coordinate representation of color #03193C: hue angle of 216.84º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03193C is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 25 | 60 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.76 |
| HSL | 216.84º | 0.9% | 0.12% | - |
| HSV(B) | 216.84º | 0.95% | 0.24% | - |
| XYZ | 1.2 | 1.04 | 4.41 | - |
| YUV | 22.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 60 | 0.95 | 0.58 | 0 | 0.76 | 216.84 | 0.9 | 0.12 |
| Hex | 3 | 19 | 3C | 5F | 3A | 0 | 4C | D9 | 5A | C |
| Octal | 3 | 31 | 74 | 137 | 72 | 0 | 114 | 331 | 132 | 14 |
| Binary | 11 | 11001 | 111100 | 1011111 | 111010 | 0 | 1001100 | 11011001 | 1011010 | 1100 |
Color Harmonies of #03193C
Complementary color
Monochromatic Colors of #03193C
Black with #03193C
Text Example
Text Example
White with #03193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03193C; }
p { color: rgb(3,25,60); }
H1.HeaderClassName
{
color: #03193C;
}
.AnyTagClassName
{
color: #03193C;
}
</style>
background-color css
<style>
a { background-color: #03193C; }
a { background-color: rgb(3,25,60); }
div.DivClassName
{
background-color: #03193C;
}
.BgClassName
{
background-color: #03193C;
}
</style>
border-color css
<style>
span { border-color: #03193C; }
span { border-color: rgb(3,25,60); }
td.TdClassName
{
border-color: #03193C;
}
.TagClassName
{
border-color: #03193C;
}
</style>