Shades of Midnight Express #101A30
Tints of Midnight Express #101A30
RGB
CMYK
RGB Variations
Color information
#101A30 (or 0x101A30) is known color: Midnight Express. HEX triplet: 10, 1A and 30. RGB value is (16,26,48). Sum of RGB (Red+Green+Blue) = 16+26+48=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #101A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101A30 is #EFE5CF. Grayscale: #191919. Windows color (decimal): -15721936 or 3152400. OLE color: 3152400.
HSL color Cylindrical-coordinate representation of color #101A30: hue angle of 221.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101A30 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 26 | 48 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.81 |
| HSL | 221.25º | 0.5% | 0.13% | - |
| HSV(B) | 221.25º | 0.67% | 0.19% | - |
| XYZ | 1.12 | 1.06 | 2.94 | - |
| YUV | 25.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 48 | 0.67 | 0.46 | 0 | 0.81 | 221.25 | 0.5 | 0.13 |
| Hex | 10 | 1A | 30 | 43 | 2E | 0 | 51 | DD | 32 | D |
| Octal | 20 | 32 | 60 | 103 | 56 | 0 | 121 | 335 | 62 | 15 |
| Binary | 10000 | 11010 | 110000 | 1000011 | 101110 | 0 | 1010001 | 11011101 | 110010 | 1101 |
Color Harmonies of #101A30
Complementary color
Monochromatic Colors of #101A30
Black with #101A30
Text Example
Text Example
White with #101A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A30; }
p { color: rgb(16,26,48); }
H1.HeaderClassName
{
color: #101A30;
}
.AnyTagClassName
{
color: #101A30;
}
</style>
background-color css
<style>
a { background-color: #101A30; }
a { background-color: rgb(16,26,48); }
div.DivClassName
{
background-color: #101A30;
}
.BgClassName
{
background-color: #101A30;
}
</style>
border-color css
<style>
span { border-color: #101A30; }
span { border-color: rgb(16,26,48); }
td.TdClassName
{
border-color: #101A30;
}
.TagClassName
{
border-color: #101A30;
}
</style>