#132382

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

Shades of Midnight Blue #132382

Tints of Midnight Blue #132382

Color information

#132382 (or 0x132382) is unknown color: approx Midnight Blue. HEX triplet: 13, 23 and 82. RGB value is (19,35,130). Sum of RGB (Red+Green+Blue) = 19+35+130=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #132382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132382 is #ECDC7D. Grayscale: #282828. Windows color (decimal): -15522942 or 8528659. OLE color: 8528659.

HSL color Cylindrical-coordinate representation of color #132382: hue angle of 231.35º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132382 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1935130-
CMYK0.850.7300.49
HSL231.35º74.5%29.22%-
HSV(B)231.35º85.38%50.98%-
XYZ4.92.9521.43-
YUV41.05178.2112.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=10.33%
G=19.02%
B=70.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19351300.850.7300.49231.3574.529.22
Hex1323825549031e74a1d
Octal234320212511106134711235
Binary100111000111000001010101011001001011000111100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132382; }

 p { color: rgb(19,35,130); }

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

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

 a { background-color: rgb(19,35,130); }

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

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

 span { border-color: rgb(19,35,130); }

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