Shades of Midnight Express #101B4B
Tints of Midnight Express #101B4B
RGB
CMYK
RGB Variations
Color information
#101B4B (or 0x101B4B) is known color: Midnight Express. HEX triplet: 10, 1B and 4B. RGB value is (16,27,75). Sum of RGB (Red+Green+Blue) = 16+27+75=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #101B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B4B is #EFE4B4. Grayscale: #1C1C1C. Windows color (decimal): -15721653 or 4922128. OLE color: 4922128.
HSL color Cylindrical-coordinate representation of color #101B4B: hue angle of 228.81º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101B4B is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 27 | 75 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.71 |
| HSL | 228.81º | 0.65% | 0.18% | - |
| HSV(B) | 228.81º | 0.79% | 0.29% | - |
| XYZ | 1.88 | 1.4 | 6.83 | - |
| YUV | 29.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 75 | 0.79 | 0.64 | 0 | 0.71 | 228.81 | 0.65 | 0.18 |
| Hex | 10 | 1B | 4B | 4F | 40 | 0 | 47 | E5 | 41 | 12 |
| Octal | 20 | 33 | 113 | 117 | 100 | 0 | 107 | 345 | 101 | 22 |
| Binary | 10000 | 11011 | 1001011 | 1001111 | 1000000 | 0 | 1000111 | 11100101 | 1000001 | 10010 |
Color Harmonies of #101B4B
Complementary color
Monochromatic Colors of #101B4B
Black with #101B4B
Text Example
Text Example
White with #101B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B4B; }
p { color: rgb(16,27,75); }
H1.HeaderClassName
{
color: #101B4B;
}
.AnyTagClassName
{
color: #101B4B;
}
</style>
background-color css
<style>
a { background-color: #101B4B; }
a { background-color: rgb(16,27,75); }
div.DivClassName
{
background-color: #101B4B;
}
.BgClassName
{
background-color: #101B4B;
}
</style>
border-color css
<style>
span { border-color: #101B4B; }
span { border-color: rgb(16,27,75); }
td.TdClassName
{
border-color: #101B4B;
}
.TagClassName
{
border-color: #101B4B;
}
</style>