Shades of Midnight Express #132344
Tints of Midnight Express #132344
RGB
CMYK
RGB Variations
Color information
#132344 (or 0x132344) is known color: Midnight Express. HEX triplet: 13, 23 and 44. RGB value is (19,35,68). Sum of RGB (Red+Green+Blue) = 19+35+68=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #132344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132344 is #ECDCBB. Grayscale: #212121. Windows color (decimal): -15523004 or 4465427. OLE color: 4465427.
HSL color Cylindrical-coordinate representation of color #132344: hue angle of 220.41º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132344 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 35 | 68 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.73 |
| HSL | 220.41º | 0.56% | 0.17% | - |
| HSV(B) | 220.41º | 0.72% | 0.27% | - |
| XYZ | 1.91 | 1.76 | 5.71 | - |
| YUV | 33.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 68 | 0.72 | 0.49 | 0 | 0.73 | 220.41 | 0.56 | 0.17 |
| Hex | 13 | 23 | 44 | 48 | 31 | 0 | 49 | DC | 38 | 11 |
| Octal | 23 | 43 | 104 | 110 | 61 | 0 | 111 | 334 | 70 | 21 |
| Binary | 10011 | 100011 | 1000100 | 1001000 | 110001 | 0 | 1001001 | 11011100 | 111000 | 10001 |
Color Harmonies of #132344
Complementary color
Monochromatic Colors of #132344
Black with #132344
Text Example
Text Example
White with #132344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132344; }
p { color: rgb(19,35,68); }
H1.HeaderClassName
{
color: #132344;
}
.AnyTagClassName
{
color: #132344;
}
</style>
background-color css
<style>
a { background-color: #132344; }
a { background-color: rgb(19,35,68); }
div.DivClassName
{
background-color: #132344;
}
.BgClassName
{
background-color: #132344;
}
</style>
border-color css
<style>
span { border-color: #132344; }
span { border-color: rgb(19,35,68); }
td.TdClassName
{
border-color: #132344;
}
.TagClassName
{
border-color: #132344;
}
</style>