#132747

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

Shades of Midnight #132747

Tints of Midnight #132747

Color information

#132747 (or 0x132747) is unknown color: approx Midnight. HEX triplet: 13, 27 and 47. RGB value is (19,39,71). Sum of RGB (Red+Green+Blue) = 19+39+71=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #132747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132747 is #ECD8B8. Grayscale: #242424. Windows color (decimal): -15521977 or 4663059. OLE color: 4663059.

HSL color Cylindrical-coordinate representation of color #132747: hue angle of 216.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132747 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB193971-
CMYK0.730.4500.72
HSL216.92º57.78%17.65%-
HSV(B)216.92º73.24%27.84%-
XYZ2.132.046.24-
YUV36.67147.37115.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=14.73%
G=30.23%
B=55.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1939710.730.4500.72216.9257.7817.65
Hex132747492D048d93a12
Octal23471071115501103317222
Binary1001110011110001111001001101101010010001101100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132747; }

 p { color: rgb(19,39,71); }

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

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

 a { background-color: rgb(19,39,71); }

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

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

 span { border-color: rgb(19,39,71); }

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