Shades of Midnight Express #132648
Tints of Midnight Express #132648
RGB
CMYK
RGB Variations
Color information
#132648 (or 0x132648) is known color: Midnight Express. HEX triplet: 13, 26 and 48. RGB value is (19,38,72). Sum of RGB (Red+Green+Blue) = 19+38+72=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #132648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132648 is #ECD9B7. Grayscale: #242424. Windows color (decimal): -15522232 or 4728339. OLE color: 4728339.
HSL color Cylindrical-coordinate representation of color #132648: hue angle of 218.49º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132648 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 38 | 72 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.72 |
| HSL | 218.49º | 0.58% | 0.18% | - |
| HSV(B) | 218.49º | 0.74% | 0.28% | - |
| XYZ | 2.13 | 1.99 | 6.4 | - |
| YUV | 36.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 72 | 0.74 | 0.47 | 0 | 0.72 | 218.49 | 0.58 | 0.18 |
| Hex | 13 | 26 | 48 | 4A | 2F | 0 | 48 | DA | 3A | 12 |
| Octal | 23 | 46 | 110 | 112 | 57 | 0 | 110 | 332 | 72 | 22 |
| Binary | 10011 | 100110 | 1001000 | 1001010 | 101111 | 0 | 1001000 | 11011010 | 111010 | 10010 |
Color Harmonies of #132648
Complementary color
Monochromatic Colors of #132648
Black with #132648
Text Example
Text Example
White with #132648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132648; }
p { color: rgb(19,38,72); }
H1.HeaderClassName
{
color: #132648;
}
.AnyTagClassName
{
color: #132648;
}
</style>
background-color css
<style>
a { background-color: #132648; }
a { background-color: rgb(19,38,72); }
div.DivClassName
{
background-color: #132648;
}
.BgClassName
{
background-color: #132648;
}
</style>
border-color css
<style>
span { border-color: #132648; }
span { border-color: rgb(19,38,72); }
td.TdClassName
{
border-color: #132648;
}
.TagClassName
{
border-color: #132648;
}
</style>