Shades of Midnight Blue #132069
Tints of Midnight Blue #132069
RGB
CMYK
RGB Variations
Color information
#132069 (or 0x132069) is known color: Midnight Blue. HEX triplet: 13, 20 and 69. RGB value is (19,32,105). Sum of RGB (Red+Green+Blue) = 19+32+105=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #132069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132069 is #ECDF96. Grayscale: #242424. Windows color (decimal): -15523735 or 6889491. OLE color: 6889491.
HSL color Cylindrical-coordinate representation of color #132069: hue angle of 230.93º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132069 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 32 | 105 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.59 |
| HSL | 230.93º | 0.69% | 0.24% | - |
| HSV(B) | 230.93º | 0.82% | 0.41% | - |
| XYZ | 3.33 | 2.19 | 13.61 | - |
| YUV | 36.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 105 | 0.82 | 0.70 | 0 | 0.59 | 230.93 | 0.69 | 0.24 |
| Hex | 13 | 20 | 69 | 52 | 46 | 0 | 3B | E7 | 45 | 18 |
| Octal | 23 | 40 | 151 | 122 | 106 | 0 | 73 | 347 | 105 | 30 |
| Binary | 10011 | 100000 | 1101001 | 1010010 | 1000110 | 0 | 111011 | 11100111 | 1000101 | 11000 |
Color Harmonies of #132069
Complementary color
Monochromatic Colors of #132069
Black with #132069
Text Example
Text Example
White with #132069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132069; }
p { color: rgb(19,32,105); }
H1.HeaderClassName
{
color: #132069;
}
.AnyTagClassName
{
color: #132069;
}
</style>
background-color css
<style>
a { background-color: #132069; }
a { background-color: rgb(19,32,105); }
div.DivClassName
{
background-color: #132069;
}
.BgClassName
{
background-color: #132069;
}
</style>
border-color css
<style>
span { border-color: #132069; }
span { border-color: rgb(19,32,105); }
td.TdClassName
{
border-color: #132069;
}
.TagClassName
{
border-color: #132069;
}
</style>