Shades of Midnight Blue #151A78
Tints of Midnight Blue #151A78
RGB
CMYK
RGB Variations
Color information
#151A78 (or 0x151A78) is known color: Midnight Blue. HEX triplet: 15, 1A and 78. RGB value is (21,26,120). Sum of RGB (Red+Green+Blue) = 21+26+120=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #151A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A78 is #EAE587. Grayscale: #222222. Windows color (decimal): -15394184 or 7870997. OLE color: 7870997.
HSL color Cylindrical-coordinate representation of color #151A78: hue angle of 236.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151A78 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 26 | 120 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.53 |
| HSL | 236.97º | 0.7% | 0.28% | - |
| HSV(B) | 236.97º | 0.83% | 0.47% | - |
| XYZ | 4.07 | 2.25 | 17.99 | - |
| YUV | 35.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 120 | 0.83 | 0.78 | 0 | 0.53 | 236.97 | 0.7 | 0.28 |
| Hex | 15 | 1A | 78 | 53 | 4E | 0 | 35 | ED | 46 | 1C |
| Octal | 25 | 32 | 170 | 123 | 116 | 0 | 65 | 355 | 106 | 34 |
| Binary | 10101 | 11010 | 1111000 | 1010011 | 1001110 | 0 | 110101 | 11101101 | 1000110 | 11100 |
Color Harmonies of #151A78
Complementary color
Monochromatic Colors of #151A78
Black with #151A78
Text Example
Text Example
White with #151A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A78; }
p { color: rgb(21,26,120); }
H1.HeaderClassName
{
color: #151A78;
}
.AnyTagClassName
{
color: #151A78;
}
</style>
background-color css
<style>
a { background-color: #151A78; }
a { background-color: rgb(21,26,120); }
div.DivClassName
{
background-color: #151A78;
}
.BgClassName
{
background-color: #151A78;
}
</style>
border-color css
<style>
span { border-color: #151A78; }
span { border-color: rgb(21,26,120); }
td.TdClassName
{
border-color: #151A78;
}
.TagClassName
{
border-color: #151A78;
}
</style>