Shades of Midnight #132A4A
Tints of Midnight #132A4A
RGB
CMYK
RGB Variations
Color information
#132A4A (or 0x132A4A) is known color: Midnight. HEX triplet: 13, 2A and 4A. RGB value is (19,42,74). Sum of RGB (Red+Green+Blue) = 19+42+74=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #132A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A4A is #ECD5B5. Grayscale: #262626. Windows color (decimal): -15521206 or 4860435. OLE color: 4860435.
HSL color Cylindrical-coordinate representation of color #132A4A: hue angle of 214.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132A4A is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 42 | 74 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.71 |
| HSL | 214.91º | 0.59% | 0.18% | - |
| HSV(B) | 214.91º | 0.74% | 0.29% | - |
| XYZ | 2.33 | 2.29 | 6.8 | - |
| YUV | 38.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 74 | 0.74 | 0.43 | 0 | 0.71 | 214.91 | 0.59 | 0.18 |
| Hex | 13 | 2A | 4A | 4A | 2B | 0 | 47 | D7 | 3B | 12 |
| Octal | 23 | 52 | 112 | 112 | 53 | 0 | 107 | 327 | 73 | 22 |
| Binary | 10011 | 101010 | 1001010 | 1001010 | 101011 | 0 | 1000111 | 11010111 | 111011 | 10010 |
Color Harmonies of #132A4A
Complementary color
Monochromatic Colors of #132A4A
Black with #132A4A
Text Example
Text Example
White with #132A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A4A; }
p { color: rgb(19,42,74); }
H1.HeaderClassName
{
color: #132A4A;
}
.AnyTagClassName
{
color: #132A4A;
}
</style>
background-color css
<style>
a { background-color: #132A4A; }
a { background-color: rgb(19,42,74); }
div.DivClassName
{
background-color: #132A4A;
}
.BgClassName
{
background-color: #132A4A;
}
</style>
border-color css
<style>
span { border-color: #132A4A; }
span { border-color: rgb(19,42,74); }
td.TdClassName
{
border-color: #132A4A;
}
.TagClassName
{
border-color: #132A4A;
}
</style>