#121B2E

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

Shades of Midnight Express #121B2E

Tints of Midnight Express #121B2E

Color information

#121B2E (or 0x121B2E) is unknown color: approx Midnight Express. HEX triplet: 12, 1B and 2E. RGB value is (18,27,46). Sum of RGB (Red+Green+Blue) = 18+27+46=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #121B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B2E is #EDE4D1. Grayscale: #1A1A1A. Windows color (decimal): -15590610 or 3021586. OLE color: 3021586.

HSL color Cylindrical-coordinate representation of color #121B2E: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121B2E is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB182746-
CMYK0.610.4100.82
HSL220.71º43.75%12.55%-
HSV(B)220.71º60.87%18.04%-
XYZ1.131.112.74-
YUV26.48139.02121.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=19.78%
G=29.67%
B=50.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1827460.610.4100.82220.7143.7512.55
Hex121B2E3D29052dd2cd
Octal223356755101223355415
Binary100101101110111011110110100101010010110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,27,46); }

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

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

 a { background-color: rgb(18,27,46); }

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

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

 span { border-color: rgb(18,27,46); }

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