Shades of Midnight Express #101343
Tints of Midnight Express #101343
RGB
CMYK
RGB Variations
Color information
#101343 (or 0x101343) is known color: Midnight Express. HEX triplet: 10, 13 and 43. RGB value is (16,19,67). Sum of RGB (Red+Green+Blue) = 16+19+67=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #101343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101343 is #EFECBC. Grayscale: #171717. Windows color (decimal): -15723709 or 4395792. OLE color: 4395792.
HSL color Cylindrical-coordinate representation of color #101343: hue angle of 236.47º 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 #101343 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 19 | 67 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.74 |
| HSL | 236.47º | 0.61% | 0.16% | - |
| HSV(B) | 236.47º | 0.76% | 0.26% | - |
| XYZ | 1.46 | 0.98 | 5.42 | - |
| YUV | 23.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 67 | 0.76 | 0.72 | 0 | 0.74 | 236.47 | 0.61 | 0.16 |
| Hex | 10 | 13 | 43 | 4C | 48 | 0 | 4A | EC | 3D | 10 |
| Octal | 20 | 23 | 103 | 114 | 110 | 0 | 112 | 354 | 75 | 20 |
| Binary | 10000 | 10011 | 1000011 | 1001100 | 1001000 | 0 | 1001010 | 11101100 | 111101 | 10000 |
Color Harmonies of #101343
Complementary color
Monochromatic Colors of #101343
Black with #101343
Text Example
Text Example
White with #101343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101343; }
p { color: rgb(16,19,67); }
H1.HeaderClassName
{
color: #101343;
}
.AnyTagClassName
{
color: #101343;
}
</style>
background-color css
<style>
a { background-color: #101343; }
a { background-color: rgb(16,19,67); }
div.DivClassName
{
background-color: #101343;
}
.BgClassName
{
background-color: #101343;
}
</style>
border-color css
<style>
span { border-color: #101343; }
span { border-color: rgb(16,19,67); }
td.TdClassName
{
border-color: #101343;
}
.TagClassName
{
border-color: #101343;
}
</style>