#132047

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

Shades of Midnight Express #132047

Tints of Midnight Express #132047

Color information

#132047 (or 0x132047) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 47. RGB value is (19,32,71). Sum of RGB (Red+Green+Blue) = 19+32+71=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #132047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132047 is #ECDFB8. Grayscale: #202020. Windows color (decimal): -15523769 or 4661267. OLE color: 4661267.

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

Color convert

RGB193271-
CMYK0.730.5500.72
HSL225º57.78%17.65%-
HSV(B)225º73.24%27.84%-
XYZ1.921.636.17-
YUV32.56149.69118.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=15.57%
G=26.23%
B=58.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1932710.730.5500.7222557.7817.65
Hex1320474937048e13a12
Octal23401071116701103417222
Binary1001110000010001111001001110111010010001110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132047; }

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

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

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

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

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

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

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

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