Shades of Midnight Express #101A33
Tints of Midnight Express #101A33
RGB
CMYK
RGB Variations
Color information
#101A33 (or 0x101A33) is known color: Midnight Express. HEX triplet: 10, 1A and 33. RGB value is (16,26,51). Sum of RGB (Red+Green+Blue) = 16+26+51=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #101A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101A33 is #EFE5CC. Grayscale: #191919. Windows color (decimal): -15721933 or 3349008. OLE color: 3349008.
HSL color Cylindrical-coordinate representation of color #101A33: hue angle of 222.86º 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 #101A33 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 26 | 51 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.8 |
| HSL | 222.86º | 0.52% | 0.13% | - |
| HSV(B) | 222.86º | 0.69% | 0.2% | - |
| XYZ | 1.18 | 1.09 | 3.28 | - |
| YUV | 25.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 51 | 0.69 | 0.49 | 0 | 0.8 | 222.86 | 0.52 | 0.13 |
| Hex | 10 | 1A | 33 | 45 | 31 | 0 | 50 | DF | 34 | D |
| Octal | 20 | 32 | 63 | 105 | 61 | 0 | 120 | 337 | 64 | 15 |
| Binary | 10000 | 11010 | 110011 | 1000101 | 110001 | 0 | 1010000 | 11011111 | 110100 | 1101 |
Color Harmonies of #101A33
Complementary color
Monochromatic Colors of #101A33
Black with #101A33
Text Example
Text Example
White with #101A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A33; }
p { color: rgb(16,26,51); }
H1.HeaderClassName
{
color: #101A33;
}
.AnyTagClassName
{
color: #101A33;
}
</style>
background-color css
<style>
a { background-color: #101A33; }
a { background-color: rgb(16,26,51); }
div.DivClassName
{
background-color: #101A33;
}
.BgClassName
{
background-color: #101A33;
}
</style>
border-color css
<style>
span { border-color: #101A33; }
span { border-color: rgb(16,26,51); }
td.TdClassName
{
border-color: #101A33;
}
.TagClassName
{
border-color: #101A33;
}
</style>