#132746

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

Shades of Midnight #132746

Tints of Midnight #132746

Color information

#132746 (or 0x132746) is unknown color: approx Midnight. HEX triplet: 13, 27 and 46. RGB value is (19,39,70). Sum of RGB (Red+Green+Blue) = 19+39+70=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #132746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132746 is #ECD8B9. Grayscale: #242424. Windows color (decimal): -15521978 or 4597523. OLE color: 4597523.

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

Color convert

RGB193970-
CMYK0.730.4400.73
HSL216.47º57.3%17.45%-
HSV(B)216.47º72.86%27.45%-
XYZ2.12.036.08-
YUV36.55146.87115.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=14.84%
G=30.47%
B=54.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1939700.730.4400.73216.4757.317.45
Hex132746492C049d83911
Octal23471061115401113307121
Binary1001110011110001101001001101100010010011101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132746; }

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

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

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

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

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

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

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

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