#121E3E

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

Shades of Midnight Express #121E3E

Tints of Midnight Express #121E3E

Color information

#121E3E (or 0x121E3E) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 3E. RGB value is (18,30,62). Sum of RGB (Red+Green+Blue) = 18+30+62=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #121E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3E is #EDE1C1. Grayscale: #1D1D1D. Windows color (decimal): -15589826 or 4070930. OLE color: 4070930.

HSL color Cylindrical-coordinate representation of color #121E3E: hue angle of 223.64º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121E3E is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB183062-
CMYK0.710.5200.76
HSL223.64º55%15.69%-
HSV(B)223.64º70.97%24.31%-
XYZ1.581.44.75-
YUV30.06146.02119.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 62 (24.61% from 255) = 56.36%
R=16.36%
G=27.27%
B=56.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1830620.710.5200.76223.645515.69
Hex121E3E473404Ce03710
Octal2236761076401143406720
Binary10010111101111101000111110100010011001110000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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