Shades of Midnight #132D4B
Tints of Midnight #132D4B
RGB
CMYK
RGB Variations
Color information
#132D4B (or 0x132D4B) is known color: Midnight. HEX triplet: 13, 2D and 4B. RGB value is (19,45,75). Sum of RGB (Red+Green+Blue) = 19+45+75=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #132D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D4B is #ECD2B4. Grayscale: #282828. Windows color (decimal): -15520437 or 4926739. OLE color: 4926739.
HSL color Cylindrical-coordinate representation of color #132D4B: hue angle of 212.14º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132D4B is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 45 | 75 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.71 |
| HSL | 212.14º | 0.6% | 0.18% | - |
| HSV(B) | 212.14º | 0.75% | 0.29% | - |
| XYZ | 2.48 | 2.52 | 7.01 | - |
| YUV | 40.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 75 | 0.75 | 0.40 | 0 | 0.71 | 212.14 | 0.6 | 0.18 |
| Hex | 13 | 2D | 4B | 4B | 28 | 0 | 47 | D4 | 3C | 12 |
| Octal | 23 | 55 | 113 | 113 | 50 | 0 | 107 | 324 | 74 | 22 |
| Binary | 10011 | 101101 | 1001011 | 1001011 | 101000 | 0 | 1000111 | 11010100 | 111100 | 10010 |
Color Harmonies of #132D4B
Complementary color
Monochromatic Colors of #132D4B
Black with #132D4B
Text Example
Text Example
White with #132D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D4B; }
p { color: rgb(19,45,75); }
H1.HeaderClassName
{
color: #132D4B;
}
.AnyTagClassName
{
color: #132D4B;
}
</style>
background-color css
<style>
a { background-color: #132D4B; }
a { background-color: rgb(19,45,75); }
div.DivClassName
{
background-color: #132D4B;
}
.BgClassName
{
background-color: #132D4B;
}
</style>
border-color css
<style>
span { border-color: #132D4B; }
span { border-color: rgb(19,45,75); }
td.TdClassName
{
border-color: #132D4B;
}
.TagClassName
{
border-color: #132D4B;
}
</style>