#122547

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

Shades of Midnight Express #122547

Tints of Midnight Express #122547

Color information

#122547 (or 0x122547) is unknown color: approx Midnight Express. HEX triplet: 12, 25 and 47. RGB value is (18,37,71). Sum of RGB (Red+Green+Blue) = 18+37+71=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #122547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122547 is #EDDAB8. Grayscale: #232323. Windows color (decimal): -15588025 or 4662546. OLE color: 4662546.

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

Color convert

RGB183771-
CMYK0.750.4800.72
HSL218.49º59.55%17.45%-
HSV(B)218.49º74.65%27.84%-
XYZ2.051.916.22-
YUV35.2148.21115.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=14.29%
G=29.37%
B=56.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1837710.750.4800.72218.4959.5517.45
Hex1225474B30048da3c11
Octal22451071136001103327421
Binary1001010010110001111001011110000010010001101101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122547; }

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

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

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

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

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

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

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

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