Shades of Midnight Express #10133A
Tints of Midnight Express #10133A
RGB
CMYK
RGB Variations
Color information
#10133A (or 0x10133A) is known color: Midnight Express. HEX triplet: 10, 13 and 3A. RGB value is (16,19,58). Sum of RGB (Red+Green+Blue) = 16+19+58=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #10133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10133A is #EFECC5. Grayscale: #161616. Windows color (decimal): -15723718 or 3805968. OLE color: 3805968.
HSL color Cylindrical-coordinate representation of color #10133A: hue angle of 235.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10133A is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 19 | 58 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.77 |
| HSL | 235.71º | 0.57% | 0.15% | - |
| HSV(B) | 235.71º | 0.72% | 0.23% | - |
| XYZ | 1.21 | 0.88 | 4.11 | - |
| YUV | 22.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 58 | 0.72 | 0.67 | 0 | 0.77 | 235.71 | 0.57 | 0.15 |
| Hex | 10 | 13 | 3A | 48 | 43 | 0 | 4D | EC | 39 | F |
| Octal | 20 | 23 | 72 | 110 | 103 | 0 | 115 | 354 | 71 | 17 |
| Binary | 10000 | 10011 | 111010 | 1001000 | 1000011 | 0 | 1001101 | 11101100 | 111001 | 1111 |
Color Harmonies of #10133A
Complementary color
Monochromatic Colors of #10133A
Black with #10133A
Text Example
Text Example
White with #10133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10133A; }
p { color: rgb(16,19,58); }
H1.HeaderClassName
{
color: #10133A;
}
.AnyTagClassName
{
color: #10133A;
}
</style>
background-color css
<style>
a { background-color: #10133A; }
a { background-color: rgb(16,19,58); }
div.DivClassName
{
background-color: #10133A;
}
.BgClassName
{
background-color: #10133A;
}
</style>
border-color css
<style>
span { border-color: #10133A; }
span { border-color: rgb(16,19,58); }
td.TdClassName
{
border-color: #10133A;
}
.TagClassName
{
border-color: #10133A;
}
</style>