Shades of Midnight #132B4D
Tints of Midnight #132B4D
RGB
CMYK
RGB Variations
Color information
#132B4D (or 0x132B4D) is known color: Midnight. HEX triplet: 13, 2B and 4D. RGB value is (19,43,77). Sum of RGB (Red+Green+Blue) = 19+43+77=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #132B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B4D is #ECD4B2. Grayscale: #272727. Windows color (decimal): -15520947 or 5057299. OLE color: 5057299.
HSL color Cylindrical-coordinate representation of color #132B4D: hue angle of 215.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132B4D is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 43 | 77 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.70 |
| HSL | 215.17º | 0.6% | 0.19% | - |
| HSV(B) | 215.17º | 0.75% | 0.3% | - |
| XYZ | 2.47 | 2.4 | 7.35 | - |
| YUV | 39.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 77 | 0.75 | 0.44 | 0 | 0.70 | 215.17 | 0.6 | 0.19 |
| Hex | 13 | 2B | 4D | 4B | 2C | 0 | 46 | D7 | 3C | 13 |
| Octal | 23 | 53 | 115 | 113 | 54 | 0 | 106 | 327 | 74 | 23 |
| Binary | 10011 | 101011 | 1001101 | 1001011 | 101100 | 0 | 1000110 | 11010111 | 111100 | 10011 |
Color Harmonies of #132B4D
Complementary color
Monochromatic Colors of #132B4D
Black with #132B4D
Text Example
Text Example
White with #132B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B4D; }
p { color: rgb(19,43,77); }
H1.HeaderClassName
{
color: #132B4D;
}
.AnyTagClassName
{
color: #132B4D;
}
</style>
background-color css
<style>
a { background-color: #132B4D; }
a { background-color: rgb(19,43,77); }
div.DivClassName
{
background-color: #132B4D;
}
.BgClassName
{
background-color: #132B4D;
}
</style>
border-color css
<style>
span { border-color: #132B4D; }
span { border-color: rgb(19,43,77); }
td.TdClassName
{
border-color: #132B4D;
}
.TagClassName
{
border-color: #132B4D;
}
</style>