#132041

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

Shades of Midnight Express #132041

Tints of Midnight Express #132041

Color information

#132041 (or 0x132041) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 41. RGB value is (19,32,65). Sum of RGB (Red+Green+Blue) = 19+32+65=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #132041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132041 is #ECDFBE. Grayscale: #1F1F1F. Windows color (decimal): -15523775 or 4268051. OLE color: 4268051.

HSL color Cylindrical-coordinate representation of color #132041: hue angle of 223.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132041 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193265-
CMYK0.710.5100.75
HSL223.04º54.76%16.47%-
HSV(B)223.04º70.77%25.49%-
XYZ1.741.555.21-
YUV31.88146.69118.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=16.38%
G=27.59%
B=56.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1932650.710.5100.75223.0454.7616.47
Hex132041473304Bdf3710
Octal23401011076301133376720
Binary1001110000010000011000111110011010010111101111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132041; }

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

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

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

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

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

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

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

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