Shades of Midnight Express #13203D
Tints of Midnight Express #13203D
RGB
CMYK
RGB Variations
Color information
#13203D (or 0x13203D) is known color: Midnight Express. HEX triplet: 13, 20 and 3D. RGB value is (19,32,61). Sum of RGB (Red+Green+Blue) = 19+32+61=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #13203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13203D is #ECDFC2. Grayscale: #1F1F1F. Windows color (decimal): -15523779 or 4005907. OLE color: 4005907.
HSL color Cylindrical-coordinate representation of color #13203D: hue angle of 221.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13203D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 32 | 61 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.76 |
| HSL | 221.43º | 0.53% | 0.16% | - |
| HSV(B) | 221.43º | 0.69% | 0.24% | - |
| XYZ | 1.63 | 1.51 | 4.62 | - |
| YUV | 31.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 61 | 0.69 | 0.48 | 0 | 0.76 | 221.43 | 0.53 | 0.16 |
| Hex | 13 | 20 | 3D | 45 | 30 | 0 | 4C | DD | 34 | 10 |
| Octal | 23 | 40 | 75 | 105 | 60 | 0 | 114 | 335 | 64 | 20 |
| Binary | 10011 | 100000 | 111101 | 1000101 | 110000 | 0 | 1001100 | 11011101 | 110100 | 10000 |
Color Harmonies of #13203D
Complementary color
Monochromatic Colors of #13203D
Black with #13203D
Text Example
Text Example
White with #13203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13203D; }
p { color: rgb(19,32,61); }
H1.HeaderClassName
{
color: #13203D;
}
.AnyTagClassName
{
color: #13203D;
}
</style>
background-color css
<style>
a { background-color: #13203D; }
a { background-color: rgb(19,32,61); }
div.DivClassName
{
background-color: #13203D;
}
.BgClassName
{
background-color: #13203D;
}
</style>
border-color css
<style>
span { border-color: #13203D; }
span { border-color: rgb(19,32,61); }
td.TdClassName
{
border-color: #13203D;
}
.TagClassName
{
border-color: #13203D;
}
</style>