Shades of Midnight Express #10214B
Tints of Midnight Express #10214B
RGB
CMYK
RGB Variations
Color information
#10214B (or 0x10214B) is known color: Midnight Express. HEX triplet: 10, 21 and 4B. RGB value is (16,33,75). Sum of RGB (Red+Green+Blue) = 16+33+75=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #10214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10214B is #EFDEB4. Grayscale: #202020. Windows color (decimal): -15720117 or 4923664. OLE color: 4923664.
HSL color Cylindrical-coordinate representation of color #10214B: hue angle of 222.71º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10214B is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 33 | 75 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.71 |
| HSL | 222.71º | 0.65% | 0.18% | - |
| HSV(B) | 222.71º | 0.79% | 0.29% | - |
| XYZ | 2.03 | 1.71 | 6.88 | - |
| YUV | 32.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 75 | 0.79 | 0.56 | 0 | 0.71 | 222.71 | 0.65 | 0.18 |
| Hex | 10 | 21 | 4B | 4F | 38 | 0 | 47 | DF | 41 | 12 |
| Octal | 20 | 41 | 113 | 117 | 70 | 0 | 107 | 337 | 101 | 22 |
| Binary | 10000 | 100001 | 1001011 | 1001111 | 111000 | 0 | 1000111 | 11011111 | 1000001 | 10010 |
Color Harmonies of #10214B
Complementary color
Monochromatic Colors of #10214B
Black with #10214B
Text Example
Text Example
White with #10214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10214B; }
p { color: rgb(16,33,75); }
H1.HeaderClassName
{
color: #10214B;
}
.AnyTagClassName
{
color: #10214B;
}
</style>
background-color css
<style>
a { background-color: #10214B; }
a { background-color: rgb(16,33,75); }
div.DivClassName
{
background-color: #10214B;
}
.BgClassName
{
background-color: #10214B;
}
</style>
border-color css
<style>
span { border-color: #10214B; }
span { border-color: rgb(16,33,75); }
td.TdClassName
{
border-color: #10214B;
}
.TagClassName
{
border-color: #10214B;
}
</style>