Shades of Midnight Express #15233F
Tints of Midnight Express #15233F
RGB
CMYK
RGB Variations
Color information
#15233F (or 0x15233F) is known color: Midnight Express. HEX triplet: 15, 23 and 3F. RGB value is (21,35,63). Sum of RGB (Red+Green+Blue) = 21+35+63=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #15233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15233F is #EADCC0. Grayscale: #212121. Windows color (decimal): -15391937 or 4137749. OLE color: 4137749.
HSL color Cylindrical-coordinate representation of color #15233F: hue angle of 220º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15233F is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 35 | 63 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.75 |
| HSL | 220º | 0.5% | 0.16% | - |
| HSV(B) | 220º | 0.67% | 0.25% | - |
| XYZ | 1.81 | 1.72 | 4.94 | - |
| YUV | 34.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 63 | 0.67 | 0.44 | 0 | 0.75 | 220 | 0.5 | 0.16 |
| Hex | 15 | 23 | 3F | 43 | 2C | 0 | 4B | DC | 32 | 10 |
| Octal | 25 | 43 | 77 | 103 | 54 | 0 | 113 | 334 | 62 | 20 |
| Binary | 10101 | 100011 | 111111 | 1000011 | 101100 | 0 | 1001011 | 11011100 | 110010 | 10000 |
Color Harmonies of #15233F
Complementary color
Monochromatic Colors of #15233F
Black with #15233F
Text Example
Text Example
White with #15233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15233F; }
p { color: rgb(21,35,63); }
H1.HeaderClassName
{
color: #15233F;
}
.AnyTagClassName
{
color: #15233F;
}
</style>
background-color css
<style>
a { background-color: #15233F; }
a { background-color: rgb(21,35,63); }
div.DivClassName
{
background-color: #15233F;
}
.BgClassName
{
background-color: #15233F;
}
</style>
border-color css
<style>
span { border-color: #15233F; }
span { border-color: rgb(21,35,63); }
td.TdClassName
{
border-color: #15233F;
}
.TagClassName
{
border-color: #15233F;
}
</style>