Shades of Midnight #132748
Tints of Midnight #132748
RGB
CMYK
RGB Variations
Color information
#132748 (or 0x132748) is known color: Midnight. HEX triplet: 13, 27 and 48. RGB value is (19,39,72). Sum of RGB (Red+Green+Blue) = 19+39+72=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #132748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132748 is #ECD8B7. Grayscale: #242424. Windows color (decimal): -15521976 or 4728595. OLE color: 4728595.
HSL color Cylindrical-coordinate representation of color #132748: hue angle of 217.36º 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 #132748 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 39 | 72 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.72 |
| HSL | 217.36º | 0.58% | 0.18% | - |
| HSV(B) | 217.36º | 0.74% | 0.28% | - |
| XYZ | 2.16 | 2.06 | 6.41 | - |
| YUV | 36.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 72 | 0.74 | 0.46 | 0 | 0.72 | 217.36 | 0.58 | 0.18 |
| Hex | 13 | 27 | 48 | 4A | 2E | 0 | 48 | D9 | 3A | 12 |
| Octal | 23 | 47 | 110 | 112 | 56 | 0 | 110 | 331 | 72 | 22 |
| Binary | 10011 | 100111 | 1001000 | 1001010 | 101110 | 0 | 1001000 | 11011001 | 111010 | 10010 |
Color Harmonies of #132748
Complementary color
Monochromatic Colors of #132748
Black with #132748
Text Example
Text Example
White with #132748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132748; }
p { color: rgb(19,39,72); }
H1.HeaderClassName
{
color: #132748;
}
.AnyTagClassName
{
color: #132748;
}
</style>
background-color css
<style>
a { background-color: #132748; }
a { background-color: rgb(19,39,72); }
div.DivClassName
{
background-color: #132748;
}
.BgClassName
{
background-color: #132748;
}
</style>
border-color css
<style>
span { border-color: #132748; }
span { border-color: rgb(19,39,72); }
td.TdClassName
{
border-color: #132748;
}
.TagClassName
{
border-color: #132748;
}
</style>