Shades of Midnight Blue #151458
Tints of Midnight Blue #151458
RGB
CMYK
RGB Variations
Color information
#151458 (or 0x151458) is known color: Midnight Blue. HEX triplet: 15, 14 and 58. RGB value is (21,20,88). Sum of RGB (Red+Green+Blue) = 21+20+88=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #151458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151458 is #EAEBA7. Grayscale: #1B1B1B. Windows color (decimal): -15395752 or 5772309. OLE color: 5772309.
HSL color Cylindrical-coordinate representation of color #151458: hue angle of 240.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151458 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 20 | 88 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.65 |
| HSL | 240.88º | 0.63% | 0.21% | - |
| HSV(B) | 240.88º | 0.77% | 0.35% | - |
| XYZ | 2.32 | 1.36 | 9.37 | - |
| YUV | 28.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 88 | 0.76 | 0.77 | 0 | 0.65 | 240.88 | 0.63 | 0.21 |
| Hex | 15 | 14 | 58 | 4C | 4D | 0 | 41 | F1 | 3F | 15 |
| Octal | 25 | 24 | 130 | 114 | 115 | 0 | 101 | 361 | 77 | 25 |
| Binary | 10101 | 10100 | 1011000 | 1001100 | 1001101 | 0 | 1000001 | 11110001 | 111111 | 10101 |
Color Harmonies of #151458
Complementary color
Monochromatic Colors of #151458
Black with #151458
Text Example
Text Example
White with #151458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151458; }
p { color: rgb(21,20,88); }
H1.HeaderClassName
{
color: #151458;
}
.AnyTagClassName
{
color: #151458;
}
</style>
background-color css
<style>
a { background-color: #151458; }
a { background-color: rgb(21,20,88); }
div.DivClassName
{
background-color: #151458;
}
.BgClassName
{
background-color: #151458;
}
</style>
border-color css
<style>
span { border-color: #151458; }
span { border-color: rgb(21,20,88); }
td.TdClassName
{
border-color: #151458;
}
.TagClassName
{
border-color: #151458;
}
</style>