#122048

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

Shades of Midnight Express #122048

Tints of Midnight Express #122048

Color information

#122048 (or 0x122048) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 48. RGB value is (18,32,72). Sum of RGB (Red+Green+Blue) = 18+32+72=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #122048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122048 is #EDDFB7. Grayscale: #202020. Windows color (decimal): -15589304 or 4726802. OLE color: 4726802.

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

Color convert

RGB183272-
CMYK0.750.5600.72
HSL224.44º60%17.65%-
HSV(B)224.44º75%28.24%-
XYZ1.941.636.34-
YUV32.37150.36117.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=14.75%
G=26.23%
B=59.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1832720.750.5600.72224.446017.65
Hex1220484B38048e03c12
Octal22401101137001103407422
Binary1001010000010010001001011111000010010001110000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122048; }

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

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

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

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

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

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

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

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