#122047

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

Shades of Midnight Express #122047

Tints of Midnight Express #122047

Color information

#122047 (or 0x122047) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 47. RGB value is (18,32,71). Sum of RGB (Red+Green+Blue) = 18+32+71=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #122047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122047 is #EDDFB8. Grayscale: #202020. Windows color (decimal): -15589305 or 4661266. OLE color: 4661266.

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

Color convert

RGB183271-
CMYK0.750.5500.72
HSL224.15º59.55%17.45%-
HSV(B)224.15º74.65%27.84%-
XYZ1.91.626.17-
YUV32.26149.86117.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=14.88%
G=26.45%
B=58.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1832710.750.5500.72224.1559.5517.45
Hex1220474B37048e03c11
Octal22401071136701103407421
Binary1001010000010001111001011110111010010001110000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122047; }

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

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

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

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

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

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

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

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