#132644

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

Shades of Midnight #132644

Tints of Midnight #132644

Color information

#132644 (or 0x132644) is unknown color: approx Midnight. HEX triplet: 13, 26 and 44. RGB value is (19,38,68). Sum of RGB (Red+Green+Blue) = 19+38+68=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #132644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132644 is #ECD9BB. Grayscale: #232323. Windows color (decimal): -15522236 or 4466195. OLE color: 4466195.

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

Color convert

RGB193868-
CMYK0.720.4400.73
HSL216.73º56.32%17.06%-
HSV(B)216.73º72.06%26.67%-
XYZ2.011.945.74-
YUV35.74146.21116.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=15.2%
G=30.4%
B=54.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1938680.720.4400.73216.7356.3217.06
Hex132644482C049d93811
Octal23461041105401113317021
Binary1001110011010001001001000101100010010011101100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132644; }

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

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

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

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

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

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

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

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