Shades of Midnight Express #151441
Tints of Midnight Express #151441
RGB
CMYK
RGB Variations
Color information
#151441 (or 0x151441) is known color: Midnight Express. HEX triplet: 15, 14 and 41. RGB value is (21,20,65). Sum of RGB (Red+Green+Blue) = 21+20+65=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #151441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151441 is #EAEBBE. Grayscale: #191919. Windows color (decimal): -15395775 or 4264981. OLE color: 4264981.
HSL color Cylindrical-coordinate representation of color #151441: hue angle of 241.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #151441 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 20 | 65 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.75 |
| HSL | 241.33º | 0.53% | 0.17% | - |
| HSV(B) | 241.33º | 0.69% | 0.25% | - |
| XYZ | 1.51 | 1.04 | 5.12 | - |
| YUV | 25.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 65 | 0.68 | 0.69 | 0 | 0.75 | 241.33 | 0.53 | 0.17 |
| Hex | 15 | 14 | 41 | 44 | 45 | 0 | 4B | F1 | 35 | 11 |
| Octal | 25 | 24 | 101 | 104 | 105 | 0 | 113 | 361 | 65 | 21 |
| Binary | 10101 | 10100 | 1000001 | 1000100 | 1000101 | 0 | 1001011 | 11110001 | 110101 | 10001 |
Color Harmonies of #151441
Complementary color
Monochromatic Colors of #151441
Black with #151441
Text Example
Text Example
White with #151441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151441; }
p { color: rgb(21,20,65); }
H1.HeaderClassName
{
color: #151441;
}
.AnyTagClassName
{
color: #151441;
}
</style>
background-color css
<style>
a { background-color: #151441; }
a { background-color: rgb(21,20,65); }
div.DivClassName
{
background-color: #151441;
}
.BgClassName
{
background-color: #151441;
}
</style>
border-color css
<style>
span { border-color: #151441; }
span { border-color: rgb(21,20,65); }
td.TdClassName
{
border-color: #151441;
}
.TagClassName
{
border-color: #151441;
}
</style>