Shades of Midnight Express #151C3D
Tints of Midnight Express #151C3D
RGB
CMYK
RGB Variations
Color information
#151C3D (or 0x151C3D) is known color: Midnight Express. HEX triplet: 15, 1C and 3D. RGB value is (21,28,61). Sum of RGB (Red+Green+Blue) = 21+28+61=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #151C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C3D is #EAE3C2. Grayscale: #1D1D1D. Windows color (decimal): -15393731 or 4004885. OLE color: 4004885.
HSL color Cylindrical-coordinate representation of color #151C3D: hue angle of 229.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #151C3D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 28 | 61 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.76 |
| HSL | 229.5º | 0.49% | 0.16% | - |
| HSV(B) | 229.5º | 0.66% | 0.24% | - |
| XYZ | 1.57 | 1.33 | 4.59 | - |
| YUV | 29.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 61 | 0.66 | 0.54 | 0 | 0.76 | 229.5 | 0.49 | 0.16 |
| Hex | 15 | 1C | 3D | 42 | 36 | 0 | 4C | E6 | 31 | 10 |
| Octal | 25 | 34 | 75 | 102 | 66 | 0 | 114 | 346 | 61 | 20 |
| Binary | 10101 | 11100 | 111101 | 1000010 | 110110 | 0 | 1001100 | 11100110 | 110001 | 10000 |
Color Harmonies of #151C3D
Complementary color
Monochromatic Colors of #151C3D
Black with #151C3D
Text Example
Text Example
White with #151C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C3D; }
p { color: rgb(21,28,61); }
H1.HeaderClassName
{
color: #151C3D;
}
.AnyTagClassName
{
color: #151C3D;
}
</style>
background-color css
<style>
a { background-color: #151C3D; }
a { background-color: rgb(21,28,61); }
div.DivClassName
{
background-color: #151C3D;
}
.BgClassName
{
background-color: #151C3D;
}
</style>
border-color css
<style>
span { border-color: #151C3D; }
span { border-color: rgb(21,28,61); }
td.TdClassName
{
border-color: #151C3D;
}
.TagClassName
{
border-color: #151C3D;
}
</style>