Shades of Midnight Express #10214C
Tints of Midnight Express #10214C
RGB
CMYK
RGB Variations
Color information
#10214C (or 0x10214C) is known color: Midnight Express. HEX triplet: 10, 21 and 4C. RGB value is (16,33,76). Sum of RGB (Red+Green+Blue) = 16+33+76=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #10214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10214C is #EFDEB3. Grayscale: #202020. Windows color (decimal): -15720116 or 4989200. OLE color: 4989200.
HSL color Cylindrical-coordinate representation of color #10214C: hue angle of 223º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10214C is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 33 | 76 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.70 |
| HSL | 223º | 0.65% | 0.18% | - |
| HSV(B) | 223º | 0.79% | 0.3% | - |
| XYZ | 2.06 | 1.72 | 7.06 | - |
| YUV | 32.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 76 | 0.79 | 0.57 | 0 | 0.70 | 223 | 0.65 | 0.18 |
| Hex | 10 | 21 | 4C | 4F | 39 | 0 | 46 | DF | 41 | 12 |
| Octal | 20 | 41 | 114 | 117 | 71 | 0 | 106 | 337 | 101 | 22 |
| Binary | 10000 | 100001 | 1001100 | 1001111 | 111001 | 0 | 1000110 | 11011111 | 1000001 | 10010 |
Color Harmonies of #10214C
Complementary color
Monochromatic Colors of #10214C
Black with #10214C
Text Example
Text Example
White with #10214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10214C; }
p { color: rgb(16,33,76); }
H1.HeaderClassName
{
color: #10214C;
}
.AnyTagClassName
{
color: #10214C;
}
</style>
background-color css
<style>
a { background-color: #10214C; }
a { background-color: rgb(16,33,76); }
div.DivClassName
{
background-color: #10214C;
}
.BgClassName
{
background-color: #10214C;
}
</style>
border-color css
<style>
span { border-color: #10214C; }
span { border-color: rgb(16,33,76); }
td.TdClassName
{
border-color: #10214C;
}
.TagClassName
{
border-color: #10214C;
}
</style>