Shades of Midnight Express #121338
Tints of Midnight Express #121338
RGB
CMYK
RGB Variations
Color information
#121338 (or 0x121338) is known color: Midnight Express. HEX triplet: 12, 13 and 38. RGB value is (18,19,56). Sum of RGB (Red+Green+Blue) = 18+19+56=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #121338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121338 is #EDECC7. Grayscale: #161616. Windows color (decimal): -15592648 or 3674898. OLE color: 3674898.
HSL color Cylindrical-coordinate representation of color #121338: hue angle of 238.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121338 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 19 | 56 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.78 |
| HSL | 238.42º | 0.51% | 0.15% | - |
| HSV(B) | 238.42º | 0.68% | 0.22% | - |
| XYZ | 1.2 | 0.88 | 3.85 | - |
| YUV | 22.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 56 | 0.68 | 0.66 | 0 | 0.78 | 238.42 | 0.51 | 0.15 |
| Hex | 12 | 13 | 38 | 44 | 42 | 0 | 4E | EE | 33 | F |
| Octal | 22 | 23 | 70 | 104 | 102 | 0 | 116 | 356 | 63 | 17 |
| Binary | 10010 | 10011 | 111000 | 1000100 | 1000010 | 0 | 1001110 | 11101110 | 110011 | 1111 |
Color Harmonies of #121338
Complementary color
Monochromatic Colors of #121338
Black with #121338
Text Example
Text Example
White with #121338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121338; }
p { color: rgb(18,19,56); }
H1.HeaderClassName
{
color: #121338;
}
.AnyTagClassName
{
color: #121338;
}
</style>
background-color css
<style>
a { background-color: #121338; }
a { background-color: rgb(18,19,56); }
div.DivClassName
{
background-color: #121338;
}
.BgClassName
{
background-color: #121338;
}
</style>
border-color css
<style>
span { border-color: #121338; }
span { border-color: rgb(18,19,56); }
td.TdClassName
{
border-color: #121338;
}
.TagClassName
{
border-color: #121338;
}
</style>