#122037

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

Shades of Midnight Express #122037

Tints of Midnight Express #122037

Color information

#122037 (or 0x122037) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 37. RGB value is (18,32,55). Sum of RGB (Red+Green+Blue) = 18+32+55=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #122037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122037 is #EDDFC8. Grayscale: #1E1E1E. Windows color (decimal): -15589321 or 3612690. OLE color: 3612690.

HSL color Cylindrical-coordinate representation of color #122037: hue angle of 217.3º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122037 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183255-
CMYK0.670.4200.78
HSL217.3º50.68%14.31%-
HSV(B)217.3º67.27%21.57%-
XYZ1.461.443.82-
YUV30.44141.86119.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 55 (21.88% from 255) = 52.38%
R=17.14%
G=30.48%
B=52.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1832550.670.4200.78217.350.6814.31
Hex122037432A04Ed933e
Octal2240671035201163316316
Binary10010100000110111100001110101001001110110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122037; }

 p { color: rgb(18,32,55); }

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

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

 a { background-color: rgb(18,32,55); }

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

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

 span { border-color: rgb(18,32,55); }

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