#132139

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

Shades of Midnight Express #132139

Tints of Midnight Express #132139

Color information

#132139 (or 0x132139) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 39. RGB value is (19,33,57). Sum of RGB (Red+Green+Blue) = 19+33+57=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #132139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132139 is #ECDEC6. Grayscale: #1F1F1F. Windows color (decimal): -15523527 or 3744019. OLE color: 3744019.

HSL color Cylindrical-coordinate representation of color #132139: hue angle of 217.89º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132139 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193357-
CMYK0.670.4200.78
HSL217.89º50%14.9%-
HSV(B)217.89º66.67%22.35%-
XYZ1.551.524.08-
YUV31.55142.36119.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=17.43%
G=30.28%
B=52.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1933570.670.4200.78217.895014.9
Hex132139432A04Eda32f
Octal2341711035201163326217
Binary10011100001111001100001110101001001110110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132139; }

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

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

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

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

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

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

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

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