Shades of Midnight Express #10143E
Tints of Midnight Express #10143E
RGB
CMYK
RGB Variations
Color information
#10143E (or 0x10143E) is known color: Midnight Express. HEX triplet: 10, 14 and 3E. RGB value is (16,20,62). Sum of RGB (Red+Green+Blue) = 16+20+62=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #10143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10143E is #EFEBC1. Grayscale: #171717. Windows color (decimal): -15723458 or 4068368. OLE color: 4068368.
HSL color Cylindrical-coordinate representation of color #10143E: hue angle of 234.78º 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 #10143E is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 20 | 62 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.76 |
| HSL | 234.78º | 0.59% | 0.15% | - |
| HSV(B) | 234.78º | 0.74% | 0.24% | - |
| XYZ | 1.33 | 0.96 | 4.67 | - |
| YUV | 23.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 62 | 0.74 | 0.68 | 0 | 0.76 | 234.78 | 0.59 | 0.15 |
| Hex | 10 | 14 | 3E | 4A | 44 | 0 | 4C | EB | 3B | F |
| Octal | 20 | 24 | 76 | 112 | 104 | 0 | 114 | 353 | 73 | 17 |
| Binary | 10000 | 10100 | 111110 | 1001010 | 1000100 | 0 | 1001100 | 11101011 | 111011 | 1111 |
Color Harmonies of #10143E
Complementary color
Monochromatic Colors of #10143E
Black with #10143E
Text Example
Text Example
White with #10143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10143E; }
p { color: rgb(16,20,62); }
H1.HeaderClassName
{
color: #10143E;
}
.AnyTagClassName
{
color: #10143E;
}
</style>
background-color css
<style>
a { background-color: #10143E; }
a { background-color: rgb(16,20,62); }
div.DivClassName
{
background-color: #10143E;
}
.BgClassName
{
background-color: #10143E;
}
</style>
border-color css
<style>
span { border-color: #10143E; }
span { border-color: rgb(16,20,62); }
td.TdClassName
{
border-color: #10143E;
}
.TagClassName
{
border-color: #10143E;
}
</style>