Shades of Midnight Express #132243
Tints of Midnight Express #132243
RGB
CMYK
RGB Variations
Color information
#132243 (or 0x132243) is known color: Midnight Express. HEX triplet: 13, 22 and 43. RGB value is (19,34,67). Sum of RGB (Red+Green+Blue) = 19+34+67=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #132243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132243 is #ECDDBC. Grayscale: #212121. Windows color (decimal): -15523261 or 4399635. OLE color: 4399635.
HSL color Cylindrical-coordinate representation of color #132243: hue angle of 221.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132243 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 34 | 67 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.74 |
| HSL | 221.25º | 0.56% | 0.17% | - |
| HSV(B) | 221.25º | 0.72% | 0.26% | - |
| XYZ | 1.85 | 1.69 | 5.54 | - |
| YUV | 33.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 67 | 0.72 | 0.49 | 0 | 0.74 | 221.25 | 0.56 | 0.17 |
| Hex | 13 | 22 | 43 | 48 | 31 | 0 | 4A | DD | 38 | 11 |
| Octal | 23 | 42 | 103 | 110 | 61 | 0 | 112 | 335 | 70 | 21 |
| Binary | 10011 | 100010 | 1000011 | 1001000 | 110001 | 0 | 1001010 | 11011101 | 111000 | 10001 |
Color Harmonies of #132243
Complementary color
Monochromatic Colors of #132243
Black with #132243
Text Example
Text Example
White with #132243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132243; }
p { color: rgb(19,34,67); }
H1.HeaderClassName
{
color: #132243;
}
.AnyTagClassName
{
color: #132243;
}
</style>
background-color css
<style>
a { background-color: #132243; }
a { background-color: rgb(19,34,67); }
div.DivClassName
{
background-color: #132243;
}
.BgClassName
{
background-color: #132243;
}
</style>
border-color css
<style>
span { border-color: #132243; }
span { border-color: rgb(19,34,67); }
td.TdClassName
{
border-color: #132243;
}
.TagClassName
{
border-color: #132243;
}
</style>