#132B46

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

Shades of Midnight #132B46

Tints of Midnight #132B46

Color information

#132B46 (or 0x132B46) is unknown color: approx Midnight. HEX triplet: 13, 2B and 46. RGB value is (19,43,70). Sum of RGB (Red+Green+Blue) = 19+43+70=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #132B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B46 is #ECD4B9. Grayscale: #262626. Windows color (decimal): -15520954 or 4598547. OLE color: 4598547.

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

Color convert

RGB194370-
CMYK0.730.3900.73
HSL211.76º57.3%17.45%-
HSV(B)211.76º72.86%27.45%-
XYZ2.242.316.12-
YUV38.9145.55113.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 70 (27.73% from 255) = 53.03%
R=14.39%
G=32.58%
B=53.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1943700.730.3900.73211.7657.317.45
Hex132B464927049d43911
Octal23531061114701113247121
Binary1001110101110001101001001100111010010011101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B46; }

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

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

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

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

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

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

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

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