#121E35

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

Shades of Midnight Express #121E35

Tints of Midnight Express #121E35

Color information

#121E35 (or 0x121E35) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 35. RGB value is (18,30,53). Sum of RGB (Red+Green+Blue) = 18+30+53=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #121E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E35 is #EDE1CA. Grayscale: #1C1C1C. Windows color (decimal): -15589835 or 3481106. OLE color: 3481106.

HSL color Cylindrical-coordinate representation of color #121E35: hue angle of 219.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121E35 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB183053-
CMYK0.660.4300.79
HSL219.43º49.3%13.92%-
HSV(B)219.43º66.04%20.78%-
XYZ1.361.313.55-
YUV29.03141.52120.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 53 (21.09% from 255) = 52.48%
R=17.82%
G=29.70%
B=52.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1830530.660.4300.79219.4349.313.92
Hex121E35422B04Fdb31e
Octal2236651025301173336116
Binary1001011110110101100001010101101001111110110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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