#121E33

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

Shades of Midnight Express #121E33

Tints of Midnight Express #121E33

Color information

#121E33 (or 0x121E33) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 33. RGB value is (18,30,51). Sum of RGB (Red+Green+Blue) = 18+30+51=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #121E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E33 is #EDE1CC. Grayscale: #1C1C1C. Windows color (decimal): -15589837 or 3350034. OLE color: 3350034.

HSL color Cylindrical-coordinate representation of color #121E33: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121E33 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB183051-
CMYK0.650.4100.8
HSL218.18º47.83%13.53%-
HSV(B)218.18º64.71%20%-
XYZ1.311.33.31-
YUV28.81140.52120.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 51 (20.31% from 255) = 51.52%
R=18.18%
G=30.30%
B=51.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1830510.650.4100.8218.1847.8313.53
Hex121E334129050da30e
Octal2236631015101203326016
Binary1001011110110011100000110100101010000110110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,51); }

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

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

 a { background-color: rgb(18,30,51); }

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

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

 span { border-color: rgb(18,30,51); }

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