#121138

Color #121138 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #121138

Tints of Midnight Express #121138

Color information

#121138 (or 0x121138) is unknown color: approx Midnight Express. HEX triplet: 12, 11 and 38. RGB value is (18,17,56). Sum of RGB (Red+Green+Blue) = 18+17+56=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #121138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121138 is #EDEEC7. Grayscale: #151515. Windows color (decimal): -15593160 or 3674386. OLE color: 3674386.

HSL color Cylindrical-coordinate representation of color #121138: hue angle of 241.54º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121138 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181756-
CMYK0.680.7000.78
HSL241.54º53.42%14.31%-
HSV(B)241.54º69.64%21.96%-
XYZ1.160.823.84-
YUV21.74147.33125.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=19.78%
G=18.68%
B=61.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1817560.680.7000.78241.5453.4214.31
Hex121138444604Ef235e
Octal22217010410601163626516
Binary10010100011110001000100100011001001110111100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121138; }

 p { color: rgb(18,17,56); }

 H1.HeaderClassName
 {
   color: #121138;
 }
 .AnyTagClassName
 {
   color: #121138;
 }
</style>
background-color css

<style>
 a { background-color: #121138; }

 a { background-color: rgb(18,17,56); }

 div.DivClassName
 {
   background-color: #121138;
 }
 .BgClassName
 {
   background-color: #121138;
 }
</style>
border-color css

<style>
 span { border-color: #121138; }

 span { border-color: rgb(18,17,56); }

 td.TdClassName
 {
   border-color: #121138;
 }
 .TagClassName
 {
   border-color: #121138;
 }
</style>