Shades of Midnight #132543
Tints of Midnight #132543
RGB
CMYK
RGB Variations
Color information
#132543 (or 0x132543) is known color: Midnight. HEX triplet: 13, 25 and 43. RGB value is (19,37,67). Sum of RGB (Red+Green+Blue) = 19+37+67=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #132543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132543 is #ECDABC. Grayscale: #222222. Windows color (decimal): -15522493 or 4400403. OLE color: 4400403.
HSL color Cylindrical-coordinate representation of color #132543: hue angle of 217.5º 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 #132543 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 37 | 67 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.74 |
| HSL | 217.5º | 0.56% | 0.17% | - |
| HSV(B) | 217.5º | 0.72% | 0.26% | - |
| XYZ | 1.94 | 1.87 | 5.57 | - |
| YUV | 35.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 67 | 0.72 | 0.45 | 0 | 0.74 | 217.5 | 0.56 | 0.17 |
| Hex | 13 | 25 | 43 | 48 | 2D | 0 | 4A | DA | 38 | 11 |
| Octal | 23 | 45 | 103 | 110 | 55 | 0 | 112 | 332 | 70 | 21 |
| Binary | 10011 | 100101 | 1000011 | 1001000 | 101101 | 0 | 1001010 | 11011010 | 111000 | 10001 |
Color Harmonies of #132543
Complementary color
Monochromatic Colors of #132543
Black with #132543
Text Example
Text Example
White with #132543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132543; }
p { color: rgb(19,37,67); }
H1.HeaderClassName
{
color: #132543;
}
.AnyTagClassName
{
color: #132543;
}
</style>
background-color css
<style>
a { background-color: #132543; }
a { background-color: rgb(19,37,67); }
div.DivClassName
{
background-color: #132543;
}
.BgClassName
{
background-color: #132543;
}
</style>
border-color css
<style>
span { border-color: #132543; }
span { border-color: rgb(19,37,67); }
td.TdClassName
{
border-color: #132543;
}
.TagClassName
{
border-color: #132543;
}
</style>