Shades of Midnight Blue #151A55
Tints of Midnight Blue #151A55
RGB
CMYK
RGB Variations
Color information
#151A55 (or 0x151A55) is known color: Midnight Blue. HEX triplet: 15, 1A and 55. RGB value is (21,26,85). Sum of RGB (Red+Green+Blue) = 21+26+85=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #151A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A55 is #EAE5AA. Grayscale: #1E1E1E. Windows color (decimal): -15394219 or 5577237. OLE color: 5577237.
HSL color Cylindrical-coordinate representation of color #151A55: hue angle of 235.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151A55 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 26 | 85 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.67 |
| HSL | 235.31º | 0.6% | 0.21% | - |
| HSV(B) | 235.31º | 0.75% | 0.33% | - |
| XYZ | 2.32 | 1.55 | 8.77 | - |
| YUV | 31.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 85 | 0.75 | 0.69 | 0 | 0.67 | 235.31 | 0.6 | 0.21 |
| Hex | 15 | 1A | 55 | 4B | 45 | 0 | 43 | EB | 3C | 15 |
| Octal | 25 | 32 | 125 | 113 | 105 | 0 | 103 | 353 | 74 | 25 |
| Binary | 10101 | 11010 | 1010101 | 1001011 | 1000101 | 0 | 1000011 | 11101011 | 111100 | 10101 |
Color Harmonies of #151A55
Complementary color
Monochromatic Colors of #151A55
Black with #151A55
Text Example
Text Example
White with #151A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A55; }
p { color: rgb(21,26,85); }
H1.HeaderClassName
{
color: #151A55;
}
.AnyTagClassName
{
color: #151A55;
}
</style>
background-color css
<style>
a { background-color: #151A55; }
a { background-color: rgb(21,26,85); }
div.DivClassName
{
background-color: #151A55;
}
.BgClassName
{
background-color: #151A55;
}
</style>
border-color css
<style>
span { border-color: #151A55; }
span { border-color: rgb(21,26,85); }
td.TdClassName
{
border-color: #151A55;
}
.TagClassName
{
border-color: #151A55;
}
</style>