Shades of Midnight Express #101B33
Tints of Midnight Express #101B33
RGB
CMYK
RGB Variations
Color information
#101B33 (or 0x101B33) is known color: Midnight Express. HEX triplet: 10, 1B and 33. RGB value is (16,27,51). Sum of RGB (Red+Green+Blue) = 16+27+51=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #101B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B33 is #EFE4CC. Grayscale: #1A1A1A. Windows color (decimal): -15721677 or 3349264. OLE color: 3349264.
HSL color Cylindrical-coordinate representation of color #101B33: hue angle of 221.14º 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 #101B33 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 27 | 51 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.8 |
| HSL | 221.14º | 0.52% | 0.13% | - |
| HSV(B) | 221.14º | 0.69% | 0.2% | - |
| XYZ | 1.2 | 1.13 | 3.29 | - |
| YUV | 26.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 51 | 0.69 | 0.47 | 0 | 0.8 | 221.14 | 0.52 | 0.13 |
| Hex | 10 | 1B | 33 | 45 | 2F | 0 | 50 | DD | 34 | D |
| Octal | 20 | 33 | 63 | 105 | 57 | 0 | 120 | 335 | 64 | 15 |
| Binary | 10000 | 11011 | 110011 | 1000101 | 101111 | 0 | 1010000 | 11011101 | 110100 | 1101 |
Color Harmonies of #101B33
Complementary color
Monochromatic Colors of #101B33
Black with #101B33
Text Example
Text Example
White with #101B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B33; }
p { color: rgb(16,27,51); }
H1.HeaderClassName
{
color: #101B33;
}
.AnyTagClassName
{
color: #101B33;
}
</style>
background-color css
<style>
a { background-color: #101B33; }
a { background-color: rgb(16,27,51); }
div.DivClassName
{
background-color: #101B33;
}
.BgClassName
{
background-color: #101B33;
}
</style>
border-color css
<style>
span { border-color: #101B33; }
span { border-color: rgb(16,27,51); }
td.TdClassName
{
border-color: #101B33;
}
.TagClassName
{
border-color: #101B33;
}
</style>