Shades of Midnight Express #10123D
Tints of Midnight Express #10123D
RGB
CMYK
RGB Variations
Color information
#10123D (or 0x10123D) is known color: Midnight Express. HEX triplet: 10, 12 and 3D. RGB value is (16,18,61). Sum of RGB (Red+Green+Blue) = 16+18+61=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #10123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123D is #EFEDC2. Grayscale: #161616. Windows color (decimal): -15723971 or 4002320. OLE color: 4002320.
HSL color Cylindrical-coordinate representation of color #10123D: hue angle of 237.33º 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 #10123D is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 18 | 61 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.76 |
| HSL | 237.33º | 0.58% | 0.15% | - |
| HSV(B) | 237.33º | 0.74% | 0.24% | - |
| XYZ | 1.27 | 0.88 | 4.52 | - |
| YUV | 22.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 61 | 0.74 | 0.70 | 0 | 0.76 | 237.33 | 0.58 | 0.15 |
| Hex | 10 | 12 | 3D | 4A | 46 | 0 | 4C | ED | 3A | F |
| Octal | 20 | 22 | 75 | 112 | 106 | 0 | 114 | 355 | 72 | 17 |
| Binary | 10000 | 10010 | 111101 | 1001010 | 1000110 | 0 | 1001100 | 11101101 | 111010 | 1111 |
Color Harmonies of #10123D
Complementary color
Monochromatic Colors of #10123D
Black with #10123D
Text Example
Text Example
White with #10123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10123D; }
p { color: rgb(16,18,61); }
H1.HeaderClassName
{
color: #10123D;
}
.AnyTagClassName
{
color: #10123D;
}
</style>
background-color css
<style>
a { background-color: #10123D; }
a { background-color: rgb(16,18,61); }
div.DivClassName
{
background-color: #10123D;
}
.BgClassName
{
background-color: #10123D;
}
</style>
border-color css
<style>
span { border-color: #10123D; }
span { border-color: rgb(16,18,61); }
td.TdClassName
{
border-color: #10123D;
}
.TagClassName
{
border-color: #10123D;
}
</style>