#132039

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

Shades of Midnight Express #132039

Tints of Midnight Express #132039

Color information

#132039 (or 0x132039) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 39. RGB value is (19,32,57). Sum of RGB (Red+Green+Blue) = 19+32+57=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #132039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132039 is #ECDFC6. Grayscale: #1E1E1E. Windows color (decimal): -15523783 or 3743763. OLE color: 3743763.

HSL color Cylindrical-coordinate representation of color #132039: hue angle of 219.47º 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 #132039 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193257-
CMYK0.670.4400.78
HSL219.47º50%14.9%-
HSV(B)219.47º66.67%22.35%-
XYZ1.521.474.07-
YUV30.96142.69119.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=17.59%
G=29.63%
B=52.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1932570.670.4400.78219.475014.9
Hex132039432C04Edb32f
Octal2340711035401163336217
Binary10011100000111001100001110110001001110110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132039; }

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

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

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

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

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

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

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

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