Shades of Midnight Blue #151361
Tints of Midnight Blue #151361
RGB
CMYK
RGB Variations
Color information
#151361 (or 0x151361) is known color: Midnight Blue. HEX triplet: 15, 13 and 61. RGB value is (21,19,97). Sum of RGB (Red+Green+Blue) = 21+19+97=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #151361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151361 is #EAEC9E. Grayscale: #1C1C1C. Windows color (decimal): -15395999 or 6361877. OLE color: 6361877.
HSL color Cylindrical-coordinate representation of color #151361: hue angle of 241.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151361 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 19 | 97 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.62 |
| HSL | 241.54º | 0.67% | 0.23% | - |
| HSV(B) | 241.54º | 0.8% | 0.38% | - |
| XYZ | 2.7 | 1.49 | 11.45 | - |
| YUV | 28.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 97 | 0.78 | 0.80 | 0 | 0.62 | 241.54 | 0.67 | 0.23 |
| Hex | 15 | 13 | 61 | 4E | 50 | 0 | 3E | F2 | 43 | 17 |
| Octal | 25 | 23 | 141 | 116 | 120 | 0 | 76 | 362 | 103 | 27 |
| Binary | 10101 | 10011 | 1100001 | 1001110 | 1010000 | 0 | 111110 | 11110010 | 1000011 | 10111 |
Color Harmonies of #151361
Complementary color
Monochromatic Colors of #151361
Black with #151361
Text Example
Text Example
White with #151361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151361; }
p { color: rgb(21,19,97); }
H1.HeaderClassName
{
color: #151361;
}
.AnyTagClassName
{
color: #151361;
}
</style>
background-color css
<style>
a { background-color: #151361; }
a { background-color: rgb(21,19,97); }
div.DivClassName
{
background-color: #151361;
}
.BgClassName
{
background-color: #151361;
}
</style>
border-color css
<style>
span { border-color: #151361; }
span { border-color: rgb(21,19,97); }
td.TdClassName
{
border-color: #151361;
}
.TagClassName
{
border-color: #151361;
}
</style>