#122141

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

Shades of Midnight Express #122141

Tints of Midnight Express #122141

Color information

#122141 (or 0x122141) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 41. RGB value is (18,33,65). Sum of RGB (Red+Green+Blue) = 18+33+65=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #122141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122141 is #EDDEBE. Grayscale: #202020. Windows color (decimal): -15589055 or 4268306. OLE color: 4268306.

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

Color convert

RGB183365-
CMYK0.720.4900.75
HSL220.85º56.63%16.27%-
HSV(B)220.85º72.31%25.49%-
XYZ1.751.65.22-
YUV32.16146.53117.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=15.52%
G=28.45%
B=56.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1833650.720.4900.75220.8556.6316.27
Hex122141483104Bdd3910
Octal22411011106101133357120
Binary1001010000110000011001000110001010010111101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122141; }

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

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

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

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

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

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

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

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