#121A37

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

Shades of Midnight Express #121A37

Tints of Midnight Express #121A37

Color information

#121A37 (or 0x121A37) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 37. RGB value is (18,26,55). Sum of RGB (Red+Green+Blue) = 18+26+55=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #121A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A37 is #EDE5C8. Grayscale: #1A1A1A. Windows color (decimal): -15590857 or 3611154. OLE color: 3611154.

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

Color convert

RGB182655-
CMYK0.670.5300.78
HSL227.03º50.68%14.31%-
HSV(B)227.03º67.27%21.57%-
XYZ1.311.143.77-
YUV26.91143.85121.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=18.18%
G=26.26%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1826550.670.5300.78227.0350.6814.31
Hex121A37433504Ee333e
Octal2232671036501163436316
Binary1001011010110111100001111010101001110111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A37; }

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

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

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

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

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

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

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

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