Shades of Midnight Express #102243
Tints of Midnight Express #102243
RGB
CMYK
RGB Variations
Color information
#102243 (or 0x102243) is known color: Midnight Express. HEX triplet: 10, 22 and 43. RGB value is (16,34,67). Sum of RGB (Red+Green+Blue) = 16+34+67=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #102243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102243 is #EFDDBC. Grayscale: #202020. Windows color (decimal): -15719869 or 4399632. OLE color: 4399632.
HSL color Cylindrical-coordinate representation of color #102243: hue angle of 218.82º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #102243 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 34 | 67 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.74 |
| HSL | 218.82º | 0.61% | 0.16% | - |
| HSV(B) | 218.82º | 0.76% | 0.26% | - |
| XYZ | 1.8 | 1.66 | 5.54 | - |
| YUV | 32.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 67 | 0.76 | 0.49 | 0 | 0.74 | 218.82 | 0.61 | 0.16 |
| Hex | 10 | 22 | 43 | 4C | 31 | 0 | 4A | DB | 3D | 10 |
| Octal | 20 | 42 | 103 | 114 | 61 | 0 | 112 | 333 | 75 | 20 |
| Binary | 10000 | 100010 | 1000011 | 1001100 | 110001 | 0 | 1001010 | 11011011 | 111101 | 10000 |
Color Harmonies of #102243
Complementary color
Monochromatic Colors of #102243
Black with #102243
Text Example
Text Example
White with #102243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102243; }
p { color: rgb(16,34,67); }
H1.HeaderClassName
{
color: #102243;
}
.AnyTagClassName
{
color: #102243;
}
</style>
background-color css
<style>
a { background-color: #102243; }
a { background-color: rgb(16,34,67); }
div.DivClassName
{
background-color: #102243;
}
.BgClassName
{
background-color: #102243;
}
</style>
border-color css
<style>
span { border-color: #102243; }
span { border-color: rgb(16,34,67); }
td.TdClassName
{
border-color: #102243;
}
.TagClassName
{
border-color: #102243;
}
</style>