#121649

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

Shades of Midnight Express #121649

Tints of Midnight Express #121649

Color information

#121649 (or 0x121649) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 49. RGB value is (18,22,73). Sum of RGB (Red+Green+Blue) = 18+22+73=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #121649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121649 is #EDE9B6. Grayscale: #1A1A1A. Windows color (decimal): -15591863 or 4789778. OLE color: 4789778.

HSL color Cylindrical-coordinate representation of color #121649: hue angle of 235.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121649 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB182273-
CMYK0.750.7000.71
HSL235.64º60.44%17.84%-
HSV(B)235.64º75.34%28.63%-
XYZ1.741.186.44-
YUV26.62154.17121.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=15.93%
G=19.47%
B=64.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1822730.750.7000.71235.6460.4417.84
Hex1216494B46047ec3c12
Octal222611111310601073547422
Binary1001010110100100110010111000110010001111110110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121649; }

 p { color: rgb(18,22,73); }

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

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

 a { background-color: rgb(18,22,73); }

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

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

 span { border-color: rgb(18,22,73); }

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