#121E3D

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

Shades of Midnight Express #121E3D

Tints of Midnight Express #121E3D

Color information

#121E3D (or 0x121E3D) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 3D. RGB value is (18,30,61). Sum of RGB (Red+Green+Blue) = 18+30+61=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #121E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3D is #EDE1C2. Grayscale: #1D1D1D. Windows color (decimal): -15589827 or 4005394. OLE color: 4005394.

HSL color Cylindrical-coordinate representation of color #121E3D: hue angle of 223.26º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121E3D is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB183061-
CMYK0.700.5100.76
HSL223.26º54.43%15.49%-
HSV(B)223.26º70.49%23.92%-
XYZ1.561.394.6-
YUV29.95145.52119.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=16.51%
G=27.52%
B=55.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1830610.700.5100.76223.2654.4315.49
Hex121E3D463304Cdf36f
Octal2236751066301143376617
Binary1001011110111101100011011001101001100110111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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