#122041

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

Shades of Midnight Express #122041

Tints of Midnight Express #122041

Color information

#122041 (or 0x122041) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 41. RGB value is (18,32,65). Sum of RGB (Red+Green+Blue) = 18+32+65=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #122041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122041 is #EDDFBE. Grayscale: #1F1F1F. Windows color (decimal): -15589311 or 4268050. OLE color: 4268050.

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

Color convert

RGB183265-
CMYK0.720.5100.75
HSL222.13º56.63%16.27%-
HSV(B)222.13º72.31%25.49%-
XYZ1.721.545.21-
YUV31.58146.86118.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=15.65%
G=27.83%
B=56.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1832650.720.5100.75222.1356.6316.27
Hex122041483304Bde3910
Octal22401011106301133367120
Binary1001010000010000011001000110011010010111101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122041; }

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

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

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

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

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

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

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

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