Shades of Midnight Express #10133D
Tints of Midnight Express #10133D
RGB
CMYK
RGB Variations
Color information
#10133D (or 0x10133D) is known color: Midnight Express. HEX triplet: 10, 13 and 3D. RGB value is (16,19,61). Sum of RGB (Red+Green+Blue) = 16+19+61=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #10133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10133D is #EFECC2. Grayscale: #161616. Windows color (decimal): -15723715 or 4002576. OLE color: 4002576.
HSL color Cylindrical-coordinate representation of color #10133D: hue angle of 236º degrees, saturation: 0.58, 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 #10133D is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 19 | 61 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.76 |
| HSL | 236º | 0.58% | 0.15% | - |
| HSV(B) | 236º | 0.74% | 0.24% | - |
| XYZ | 1.29 | 0.91 | 4.52 | - |
| YUV | 22.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 61 | 0.74 | 0.69 | 0 | 0.76 | 236 | 0.58 | 0.15 |
| Hex | 10 | 13 | 3D | 4A | 45 | 0 | 4C | EC | 3A | F |
| Octal | 20 | 23 | 75 | 112 | 105 | 0 | 114 | 354 | 72 | 17 |
| Binary | 10000 | 10011 | 111101 | 1001010 | 1000101 | 0 | 1001100 | 11101100 | 111010 | 1111 |
Color Harmonies of #10133D
Complementary color
Monochromatic Colors of #10133D
Black with #10133D
Text Example
Text Example
White with #10133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10133D; }
p { color: rgb(16,19,61); }
H1.HeaderClassName
{
color: #10133D;
}
.AnyTagClassName
{
color: #10133D;
}
</style>
background-color css
<style>
a { background-color: #10133D; }
a { background-color: rgb(16,19,61); }
div.DivClassName
{
background-color: #10133D;
}
.BgClassName
{
background-color: #10133D;
}
</style>
border-color css
<style>
span { border-color: #10133D; }
span { border-color: rgb(16,19,61); }
td.TdClassName
{
border-color: #10133D;
}
.TagClassName
{
border-color: #10133D;
}
</style>