Shades of Midnight Blue #132385
Tints of Midnight Blue #132385
RGB
CMYK
RGB Variations
Color information
#132385 (or 0x132385) is known color: Midnight Blue. HEX triplet: 13, 23 and 85. RGB value is (19,35,133). Sum of RGB (Red+Green+Blue) = 19+35+133=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #132385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132385 is #ECDC7A. Grayscale: #282828. Windows color (decimal): -15522939 or 8725267. OLE color: 8725267.
HSL color Cylindrical-coordinate representation of color #132385: hue angle of 231.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132385 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 35 | 133 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.48 |
| HSL | 231.58º | 0.75% | 0.3% | - |
| HSV(B) | 231.58º | 0.86% | 0.52% | - |
| XYZ | 5.1 | 3.03 | 22.51 | - |
| YUV | 41.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 133 | 0.86 | 0.74 | 0 | 0.48 | 231.58 | 0.75 | 0.3 |
| Hex | 13 | 23 | 85 | 56 | 4A | 0 | 30 | E8 | 4B | 1E |
| Octal | 23 | 43 | 205 | 126 | 112 | 0 | 60 | 350 | 113 | 36 |
| Binary | 10011 | 100011 | 10000101 | 1010110 | 1001010 | 0 | 110000 | 11101000 | 1001011 | 11110 |
Color Harmonies of #132385
Complementary color
Monochromatic Colors of #132385
Black with #132385
Text Example
Text Example
White with #132385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132385; }
p { color: rgb(19,35,133); }
H1.HeaderClassName
{
color: #132385;
}
.AnyTagClassName
{
color: #132385;
}
</style>
background-color css
<style>
a { background-color: #132385; }
a { background-color: rgb(19,35,133); }
div.DivClassName
{
background-color: #132385;
}
.BgClassName
{
background-color: #132385;
}
</style>
border-color css
<style>
span { border-color: #132385; }
span { border-color: rgb(19,35,133); }
td.TdClassName
{
border-color: #132385;
}
.TagClassName
{
border-color: #132385;
}
</style>