#121E3B

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

Shades of Midnight Express #121E3B

Tints of Midnight Express #121E3B

Color information

#121E3B (or 0x121E3B) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 3B. RGB value is (18,30,59). Sum of RGB (Red+Green+Blue) = 18+30+59=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #121E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3B is #EDE1C4. Grayscale: #1D1D1D. Windows color (decimal): -15589829 or 3874322. OLE color: 3874322.

HSL color Cylindrical-coordinate representation of color #121E3B: hue angle of 222.44º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121E3B is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183059-
CMYK0.690.4900.77
HSL222.44º53.25%15.1%-
HSV(B)222.44º69.49%23.14%-
XYZ1.51.374.32-
YUV29.72144.52119.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 59 (23.44% from 255) = 55.14%
R=16.82%
G=28.04%
B=55.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1830590.690.4900.77222.4453.2515.1
Hex121E3B453104Dde35f
Octal2236731056101153366517
Binary1001011110111011100010111000101001101110111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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