Shades of Midnight Express #101B34
Tints of Midnight Express #101B34
RGB
CMYK
RGB Variations
Color information
#101B34 (or 0x101B34) is known color: Midnight Express. HEX triplet: 10, 1B and 34. RGB value is (16,27,52). Sum of RGB (Red+Green+Blue) = 16+27+52=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #101B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B34 is #EFE4CB. Grayscale: #1A1A1A. Windows color (decimal): -15721676 or 3414800. OLE color: 3414800.
HSL color Cylindrical-coordinate representation of color #101B34: hue angle of 221.67º degrees, saturation: 0.53, 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 #101B34 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 27 | 52 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.80 |
| HSL | 221.67º | 0.53% | 0.13% | - |
| HSV(B) | 221.67º | 0.69% | 0.2% | - |
| XYZ | 1.23 | 1.14 | 3.4 | - |
| YUV | 26.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 52 | 0.69 | 0.48 | 0 | 0.80 | 221.67 | 0.53 | 0.13 |
| Hex | 10 | 1B | 34 | 45 | 30 | 0 | 50 | DE | 35 | D |
| Octal | 20 | 33 | 64 | 105 | 60 | 0 | 120 | 336 | 65 | 15 |
| Binary | 10000 | 11011 | 110100 | 1000101 | 110000 | 0 | 1010000 | 11011110 | 110101 | 1101 |
Color Harmonies of #101B34
Complementary color
Monochromatic Colors of #101B34
Black with #101B34
Text Example
Text Example
White with #101B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B34; }
p { color: rgb(16,27,52); }
H1.HeaderClassName
{
color: #101B34;
}
.AnyTagClassName
{
color: #101B34;
}
</style>
background-color css
<style>
a { background-color: #101B34; }
a { background-color: rgb(16,27,52); }
div.DivClassName
{
background-color: #101B34;
}
.BgClassName
{
background-color: #101B34;
}
</style>
border-color css
<style>
span { border-color: #101B34; }
span { border-color: rgb(16,27,52); }
td.TdClassName
{
border-color: #101B34;
}
.TagClassName
{
border-color: #101B34;
}
</style>