#132540

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

Shades of Midnight #132540

Tints of Midnight #132540

Color information

#132540 (or 0x132540) is unknown color: approx Midnight. HEX triplet: 13, 25 and 40. RGB value is (19,37,64). Sum of RGB (Red+Green+Blue) = 19+37+64=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #132540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132540 is #ECDABF. Grayscale: #222222. Windows color (decimal): -15522496 or 4203795. OLE color: 4203795.

HSL color Cylindrical-coordinate representation of color #132540: hue angle of 216º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132540 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193764-
CMYK0.700.4200.75
HSL216º54.22%16.27%-
HSV(B)216º70.31%25.1%-
XYZ1.861.835.11-
YUV34.7144.54116.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=15.83%
G=30.83%
B=53.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1937640.700.4200.7521654.2216.27
Hex132540462A04Bd83610
Octal23451001065201133306620
Binary1001110010110000001000110101010010010111101100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132540; }

 p { color: rgb(19,37,64); }

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

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

 a { background-color: rgb(19,37,64); }

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

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

 span { border-color: rgb(19,37,64); }

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