#132147

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

Shades of Midnight Express #132147

Tints of Midnight Express #132147

Color information

#132147 (or 0x132147) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 47. RGB value is (19,33,71). Sum of RGB (Red+Green+Blue) = 19+33+71=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #132147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132147 is #ECDEB8. Grayscale: #202020. Windows color (decimal): -15523513 or 4661523. OLE color: 4661523.

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

Color convert

RGB193371-
CMYK0.730.5400.72
HSL223.85º57.78%17.65%-
HSV(B)223.85º73.24%27.84%-
XYZ1.951.686.18-
YUV33.15149.36117.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=15.45%
G=26.83%
B=57.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1933710.730.5400.72223.8557.7817.65
Hex1321474936048e03a12
Octal23411071116601103407222
Binary1001110000110001111001001110110010010001110000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132147; }

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

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

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

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

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

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

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

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