Shades of Midnight Express #10133E
Tints of Midnight Express #10133E
RGB
CMYK
RGB Variations
Color information
#10133E (or 0x10133E) is known color: Midnight Express. HEX triplet: 10, 13 and 3E. RGB value is (16,19,62). Sum of RGB (Red+Green+Blue) = 16+19+62=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #10133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10133E is #EFECC1. Grayscale: #161616. Windows color (decimal): -15723714 or 4068112. OLE color: 4068112.
HSL color Cylindrical-coordinate representation of color #10133E: hue angle of 236.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10133E is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 19 | 62 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.76 |
| HSL | 236.09º | 0.59% | 0.15% | - |
| HSV(B) | 236.09º | 0.74% | 0.24% | - |
| XYZ | 1.32 | 0.92 | 4.67 | - |
| YUV | 23.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 62 | 0.74 | 0.69 | 0 | 0.76 | 236.09 | 0.59 | 0.15 |
| Hex | 10 | 13 | 3E | 4A | 45 | 0 | 4C | EC | 3B | F |
| Octal | 20 | 23 | 76 | 112 | 105 | 0 | 114 | 354 | 73 | 17 |
| Binary | 10000 | 10011 | 111110 | 1001010 | 1000101 | 0 | 1001100 | 11101100 | 111011 | 1111 |
Color Harmonies of #10133E
Complementary color
Monochromatic Colors of #10133E
Black with #10133E
Text Example
Text Example
White with #10133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10133E; }
p { color: rgb(16,19,62); }
H1.HeaderClassName
{
color: #10133E;
}
.AnyTagClassName
{
color: #10133E;
}
</style>
background-color css
<style>
a { background-color: #10133E; }
a { background-color: rgb(16,19,62); }
div.DivClassName
{
background-color: #10133E;
}
.BgClassName
{
background-color: #10133E;
}
</style>
border-color css
<style>
span { border-color: #10133E; }
span { border-color: rgb(16,19,62); }
td.TdClassName
{
border-color: #10133E;
}
.TagClassName
{
border-color: #10133E;
}
</style>