#132141

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

Shades of Midnight Express #132141

Tints of Midnight Express #132141

Color information

#132141 (or 0x132141) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 41. RGB value is (19,33,65). Sum of RGB (Red+Green+Blue) = 19+33+65=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #132141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132141 is #ECDEBE. Grayscale: #202020. Windows color (decimal): -15523519 or 4268307. OLE color: 4268307.

HSL color Cylindrical-coordinate representation of color #132141: hue angle of 221.74º 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 #132141 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193365-
CMYK0.710.4900.75
HSL221.74º54.76%16.47%-
HSV(B)221.74º70.77%25.49%-
XYZ1.771.615.22-
YUV32.46146.36118.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=16.24%
G=28.21%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1933650.710.4900.75221.7454.7616.47
Hex132141473104Bde3710
Octal23411011076101133366720
Binary1001110000110000011000111110001010010111101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132141; }

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

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

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

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

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

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

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

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