Shades of Midnight Express #101A43
Tints of Midnight Express #101A43
RGB
CMYK
RGB Variations
Color information
#101A43 (or 0x101A43) is known color: Midnight Express. HEX triplet: 10, 1A and 43. RGB value is (16,26,67). Sum of RGB (Red+Green+Blue) = 16+26+67=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #101A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101A43 is #EFE5BC. Grayscale: #1B1B1B. Windows color (decimal): -15721917 or 4397584. OLE color: 4397584.
HSL color Cylindrical-coordinate representation of color #101A43: hue angle of 228.24º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #101A43 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 26 | 67 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.74 |
| HSL | 228.24º | 0.61% | 0.16% | - |
| HSV(B) | 228.24º | 0.76% | 0.26% | - |
| XYZ | 1.6 | 1.25 | 5.47 | - |
| YUV | 27.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 67 | 0.76 | 0.61 | 0 | 0.74 | 228.24 | 0.61 | 0.16 |
| Hex | 10 | 1A | 43 | 4C | 3D | 0 | 4A | E4 | 3D | 10 |
| Octal | 20 | 32 | 103 | 114 | 75 | 0 | 112 | 344 | 75 | 20 |
| Binary | 10000 | 11010 | 1000011 | 1001100 | 111101 | 0 | 1001010 | 11100100 | 111101 | 10000 |
Color Harmonies of #101A43
Complementary color
Monochromatic Colors of #101A43
Black with #101A43
Text Example
Text Example
White with #101A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A43; }
p { color: rgb(16,26,67); }
H1.HeaderClassName
{
color: #101A43;
}
.AnyTagClassName
{
color: #101A43;
}
</style>
background-color css
<style>
a { background-color: #101A43; }
a { background-color: rgb(16,26,67); }
div.DivClassName
{
background-color: #101A43;
}
.BgClassName
{
background-color: #101A43;
}
</style>
border-color css
<style>
span { border-color: #101A43; }
span { border-color: rgb(16,26,67); }
td.TdClassName
{
border-color: #101A43;
}
.TagClassName
{
border-color: #101A43;
}
</style>