Shades of Midnight Blue #151E77
Tints of Midnight Blue #151E77
RGB
CMYK
RGB Variations
Color information
#151E77 (or 0x151E77) is known color: Midnight Blue. HEX triplet: 15, 1E and 77. RGB value is (21,30,119). Sum of RGB (Red+Green+Blue) = 21+30+119=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #151E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E77 is #EAE188. Grayscale: #252525. Windows color (decimal): -15393161 or 7806485. OLE color: 7806485.
HSL color Cylindrical-coordinate representation of color #151E77: hue angle of 234.49º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151E77 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 30 | 119 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.53 |
| HSL | 234.49º | 0.7% | 0.27% | - |
| HSV(B) | 234.49º | 0.82% | 0.47% | - |
| XYZ | 4.1 | 2.42 | 17.7 | - |
| YUV | 37.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 119 | 0.82 | 0.75 | 0 | 0.53 | 234.49 | 0.7 | 0.27 |
| Hex | 15 | 1E | 77 | 52 | 4B | 0 | 35 | EA | 46 | 1B |
| Octal | 25 | 36 | 167 | 122 | 113 | 0 | 65 | 352 | 106 | 33 |
| Binary | 10101 | 11110 | 1110111 | 1010010 | 1001011 | 0 | 110101 | 11101010 | 1000110 | 11011 |
Color Harmonies of #151E77
Complementary color
Monochromatic Colors of #151E77
Black with #151E77
Text Example
Text Example
White with #151E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E77; }
p { color: rgb(21,30,119); }
H1.HeaderClassName
{
color: #151E77;
}
.AnyTagClassName
{
color: #151E77;
}
</style>
background-color css
<style>
a { background-color: #151E77; }
a { background-color: rgb(21,30,119); }
div.DivClassName
{
background-color: #151E77;
}
.BgClassName
{
background-color: #151E77;
}
</style>
border-color css
<style>
span { border-color: #151E77; }
span { border-color: rgb(21,30,119); }
td.TdClassName
{
border-color: #151E77;
}
.TagClassName
{
border-color: #151E77;
}
</style>