Shades of Midnight Blue #151374
Tints of Midnight Blue #151374
RGB
CMYK
RGB Variations
Color information
#151374 (or 0x151374) is known color: Midnight Blue. HEX triplet: 15, 13 and 74. RGB value is (21,19,116). Sum of RGB (Red+Green+Blue) = 21+19+116=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 116 (45.70% from 255 or 74.36% from 156); Max value from RGB is 116 - color contains mainly: blue. Hex color #151374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151374 is #EAEC8B. Grayscale: #1E1E1E. Windows color (decimal): -15395980 or 7607061. OLE color: 7607061.
HSL color Cylindrical-coordinate representation of color #151374: hue angle of 241.24º 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 #151374 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 19 | 116 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.55 |
| HSL | 241.24º | 0.72% | 0.26% | - |
| HSV(B) | 241.24º | 0.84% | 0.45% | - |
| XYZ | 3.69 | 1.89 | 16.69 | - |
| YUV | 30.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 116 | 0.82 | 0.84 | 0 | 0.55 | 241.24 | 0.72 | 0.26 |
| Hex | 15 | 13 | 74 | 52 | 54 | 0 | 37 | F1 | 48 | 1A |
| Octal | 25 | 23 | 164 | 122 | 124 | 0 | 67 | 361 | 110 | 32 |
| Binary | 10101 | 10011 | 1110100 | 1010010 | 1010100 | 0 | 110111 | 11110001 | 1001000 | 11010 |
Color Harmonies of #151374
Complementary color
Monochromatic Colors of #151374
Black with #151374
Text Example
Text Example
White with #151374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151374; }
p { color: rgb(21,19,116); }
H1.HeaderClassName
{
color: #151374;
}
.AnyTagClassName
{
color: #151374;
}
</style>
background-color css
<style>
a { background-color: #151374; }
a { background-color: rgb(21,19,116); }
div.DivClassName
{
background-color: #151374;
}
.BgClassName
{
background-color: #151374;
}
</style>
border-color css
<style>
span { border-color: #151374; }
span { border-color: rgb(21,19,116); }
td.TdClassName
{
border-color: #151374;
}
.TagClassName
{
border-color: #151374;
}
</style>