#132146

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

Shades of Midnight Express #132146

Tints of Midnight Express #132146

Color information

#132146 (or 0x132146) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 46. RGB value is (19,33,70). Sum of RGB (Red+Green+Blue) = 19+33+70=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #132146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132146 is #ECDEB9. Grayscale: #202020. Windows color (decimal): -15523514 or 4595987. OLE color: 4595987.

HSL color Cylindrical-coordinate representation of color #132146: hue angle of 223.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132146 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB193370-
CMYK0.730.5300.73
HSL223.53º57.3%17.45%-
HSV(B)223.53º72.86%27.45%-
XYZ1.921.676.02-
YUV33.03148.86117.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 70 (27.73% from 255) = 57.38%
R=15.57%
G=27.05%
B=57.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1933700.730.5300.73223.5357.317.45
Hex1321464935049e03911
Octal23411061116501113407121
Binary1001110000110001101001001110101010010011110000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132146; }

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

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

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

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

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

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

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

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