#122138

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

Shades of Midnight Express #122138

Tints of Midnight Express #122138

Color information

#122138 (or 0x122138) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 38. RGB value is (18,33,56). Sum of RGB (Red+Green+Blue) = 18+33+56=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #122138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122138 is #EDDEC7. Grayscale: #1F1F1F. Windows color (decimal): -15589064 or 3678482. OLE color: 3678482.

HSL color Cylindrical-coordinate representation of color #122138: hue angle of 216.32º 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 #122138 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183356-
CMYK0.680.4100.78
HSL216.32º51.35%14.51%-
HSV(B)216.32º67.86%21.96%-
XYZ1.511.53.95-
YUV31.14142.03118.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=16.82%
G=30.84%
B=52.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1833560.680.4100.78216.3251.3514.51
Hex122138442904Ed833f
Octal2241701045101163306317
Binary10010100001111000100010010100101001110110110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122138; }

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

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

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

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

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

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

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

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