Shades of Midnight Express #101533
Tints of Midnight Express #101533
RGB
CMYK
RGB Variations
Color information
#101533 (or 0x101533) is known color: Midnight Express. HEX triplet: 10, 15 and 33. RGB value is (16,21,51). Sum of RGB (Red+Green+Blue) = 16+21+51=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #101533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101533 is #EFEACC. Grayscale: #161616. Windows color (decimal): -15723213 or 3347728. OLE color: 3347728.
HSL color Cylindrical-coordinate representation of color #101533: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #101533 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 21 | 51 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.8 |
| HSL | 231.43º | 0.52% | 0.13% | - |
| HSV(B) | 231.43º | 0.69% | 0.2% | - |
| XYZ | 1.08 | 0.89 | 3.25 | - |
| YUV | 22.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 51 | 0.69 | 0.59 | 0 | 0.8 | 231.43 | 0.52 | 0.13 |
| Hex | 10 | 15 | 33 | 45 | 3B | 0 | 50 | E7 | 34 | D |
| Octal | 20 | 25 | 63 | 105 | 73 | 0 | 120 | 347 | 64 | 15 |
| Binary | 10000 | 10101 | 110011 | 1000101 | 111011 | 0 | 1010000 | 11100111 | 110100 | 1101 |
Color Harmonies of #101533
Complementary color
Monochromatic Colors of #101533
Black with #101533
Text Example
Text Example
White with #101533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101533; }
p { color: rgb(16,21,51); }
H1.HeaderClassName
{
color: #101533;
}
.AnyTagClassName
{
color: #101533;
}
</style>
background-color css
<style>
a { background-color: #101533; }
a { background-color: rgb(16,21,51); }
div.DivClassName
{
background-color: #101533;
}
.BgClassName
{
background-color: #101533;
}
</style>
border-color css
<style>
span { border-color: #101533; }
span { border-color: rgb(16,21,51); }
td.TdClassName
{
border-color: #101533;
}
.TagClassName
{
border-color: #101533;
}
</style>