Shades of Midnight Blue #132374
Tints of Midnight Blue #132374
RGB
CMYK
RGB Variations
Color information
#132374 (or 0x132374) is known color: Midnight Blue. HEX triplet: 13, 23 and 74. RGB value is (19,35,116). Sum of RGB (Red+Green+Blue) = 19+35+116=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #132374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132374 is #ECDC8B. Grayscale: #272727. Windows color (decimal): -15522956 or 7611155. OLE color: 7611155.
HSL color Cylindrical-coordinate representation of color #132374: hue angle of 230.1º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132374 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 35 | 116 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.55 |
| HSL | 230.1º | 0.72% | 0.26% | - |
| HSV(B) | 230.1º | 0.84% | 0.45% | - |
| XYZ | 4.02 | 2.6 | 16.81 | - |
| YUV | 39.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 116 | 0.84 | 0.70 | 0 | 0.55 | 230.1 | 0.72 | 0.26 |
| Hex | 13 | 23 | 74 | 54 | 46 | 0 | 37 | E6 | 48 | 1A |
| Octal | 23 | 43 | 164 | 124 | 106 | 0 | 67 | 346 | 110 | 32 |
| Binary | 10011 | 100011 | 1110100 | 1010100 | 1000110 | 0 | 110111 | 11100110 | 1001000 | 11010 |
Color Harmonies of #132374
Complementary color
Monochromatic Colors of #132374
Black with #132374
Text Example
Text Example
White with #132374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132374; }
p { color: rgb(19,35,116); }
H1.HeaderClassName
{
color: #132374;
}
.AnyTagClassName
{
color: #132374;
}
</style>
background-color css
<style>
a { background-color: #132374; }
a { background-color: rgb(19,35,116); }
div.DivClassName
{
background-color: #132374;
}
.BgClassName
{
background-color: #132374;
}
</style>
border-color css
<style>
span { border-color: #132374; }
span { border-color: rgb(19,35,116); }
td.TdClassName
{
border-color: #132374;
}
.TagClassName
{
border-color: #132374;
}
</style>