Shades of Midnight Blue #151E85
Tints of Midnight Blue #151E85
RGB
CMYK
RGB Variations
Color information
#151E85 (or 0x151E85) is known color: Midnight Blue. HEX triplet: 15, 1E and 85. RGB value is (21,30,133). Sum of RGB (Red+Green+Blue) = 21+30+133=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #151E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151E85 is #EAE17A. Grayscale: #262626. Windows color (decimal): -15393147 or 8723989. OLE color: 8723989.
HSL color Cylindrical-coordinate representation of color #151E85: hue angle of 235.18º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151E85 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 30 | 133 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.48 |
| HSL | 235.18º | 0.73% | 0.3% | - |
| HSV(B) | 235.18º | 0.84% | 0.52% | - |
| XYZ | 5.01 | 2.78 | 22.46 | - |
| YUV | 39.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 133 | 0.84 | 0.77 | 0 | 0.48 | 235.18 | 0.73 | 0.3 |
| Hex | 15 | 1E | 85 | 54 | 4D | 0 | 30 | EB | 49 | 1E |
| Octal | 25 | 36 | 205 | 124 | 115 | 0 | 60 | 353 | 111 | 36 |
| Binary | 10101 | 11110 | 10000101 | 1010100 | 1001101 | 0 | 110000 | 11101011 | 1001001 | 11110 |
Color Harmonies of #151E85
Complementary color
Monochromatic Colors of #151E85
Black with #151E85
Text Example
Text Example
White with #151E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E85; }
p { color: rgb(21,30,133); }
H1.HeaderClassName
{
color: #151E85;
}
.AnyTagClassName
{
color: #151E85;
}
</style>
background-color css
<style>
a { background-color: #151E85; }
a { background-color: rgb(21,30,133); }
div.DivClassName
{
background-color: #151E85;
}
.BgClassName
{
background-color: #151E85;
}
</style>
border-color css
<style>
span { border-color: #151E85; }
span { border-color: rgb(21,30,133); }
td.TdClassName
{
border-color: #151E85;
}
.TagClassName
{
border-color: #151E85;
}
</style>