#132647

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

Shades of Midnight #132647

Tints of Midnight #132647

Color information

#132647 (or 0x132647) is unknown color: approx Midnight. HEX triplet: 13, 26 and 47. RGB value is (19,38,71). Sum of RGB (Red+Green+Blue) = 19+38+71=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #132647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132647 is #ECD9B8. Grayscale: #232323. Windows color (decimal): -15522233 or 4662803. OLE color: 4662803.

HSL color Cylindrical-coordinate representation of color #132647: hue angle of 218.08º 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 #132647 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB193871-
CMYK0.730.4600.72
HSL218.08º57.78%17.65%-
HSV(B)218.08º73.24%27.84%-
XYZ2.11.986.23-
YUV36.08147.71115.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=14.84%
G=29.69%
B=55.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1938710.730.4600.72218.0857.7817.65
Hex132647492E048da3a12
Octal23461071115601103327222
Binary1001110011010001111001001101110010010001101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132647; }

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

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

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

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

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

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

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

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