#122340

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

Shades of Midnight Express #122340

Tints of Midnight Express #122340

Color information

#122340 (or 0x122340) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 40. RGB value is (18,35,64). Sum of RGB (Red+Green+Blue) = 18+35+64=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #122340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122340 is #EDDCBF. Grayscale: #212121. Windows color (decimal): -15588544 or 4203282. OLE color: 4203282.

HSL color Cylindrical-coordinate representation of color #122340: hue angle of 217.83º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122340 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183564-
CMYK0.720.4500.75
HSL217.83º56.1%16.08%-
HSV(B)217.83º71.88%25.1%-
XYZ1.781.75.09-
YUV33.22145.37117.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=15.38%
G=29.91%
B=54.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1835640.720.4500.75217.8356.116.08
Hex122340482D04Bda3810
Octal22431001105501133327020
Binary1001010001110000001001000101101010010111101101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122340; }

 p { color: rgb(18,35,64); }

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

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

 a { background-color: rgb(18,35,64); }

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

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

 span { border-color: rgb(18,35,64); }

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