#121437

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

Shades of Midnight Express #121437

Tints of Midnight Express #121437

Color information

#121437 (or 0x121437) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 37. RGB value is (18,20,55). Sum of RGB (Red+Green+Blue) = 18+20+55=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #121437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121437 is #EDEBC8. Grayscale: #171717. Windows color (decimal): -15592393 or 3609618. OLE color: 3609618.

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

Color convert

RGB182055-
CMYK0.670.6400.78
HSL236.76º50.68%14.31%-
HSV(B)236.76º67.27%21.57%-
XYZ1.190.93.73-
YUV23.39145.84124.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=19.35%
G=21.51%
B=59.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1820550.670.6400.78236.7650.6814.31
Hex121437434004Eed33e
Octal22246710310001163556316
Binary10010101001101111000011100000001001110111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121437; }

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

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

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

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

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

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

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

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