#122341

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

Shades of Midnight Express #122341

Tints of Midnight Express #122341

Color information

#122341 (or 0x122341) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 41. RGB value is (18,35,65). Sum of RGB (Red+Green+Blue) = 18+35+65=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #122341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122341 is #EDDCBE. Grayscale: #212121. Windows color (decimal): -15588543 or 4268818. OLE color: 4268818.

HSL color Cylindrical-coordinate representation of color #122341: hue angle of 218.3º degrees, saturation: 0.57, 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 #122341 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183565-
CMYK0.720.4600.75
HSL218.3º56.63%16.27%-
HSV(B)218.3º72.31%25.49%-
XYZ1.81.715.24-
YUV33.34145.87117.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=15.25%
G=29.66%
B=55.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1835650.720.4600.75218.356.6316.27
Hex122341482E04Bda3910
Octal22431011105601133327120
Binary1001010001110000011001000101110010010111101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122341; }

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

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

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

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

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

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

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

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