#132B50

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

Shades of Midnight #132B50

Tints of Midnight #132B50

Color information

#132B50 (or 0x132B50) is unknown color: approx Midnight. HEX triplet: 13, 2B and 50. RGB value is (19,43,80). Sum of RGB (Red+Green+Blue) = 19+43+80=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #132B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B50 is #ECD4AF. Grayscale: #272727. Windows color (decimal): -15520944 or 5253907. OLE color: 5253907.

HSL color Cylindrical-coordinate representation of color #132B50: hue angle of 216.39º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132B50 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB194380-
CMYK0.760.4600.69
HSL216.39º61.62%19.41%-
HSV(B)216.39º76.25%31.37%-
XYZ2.582.457.93-
YUV40.04150.55112.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=13.38%
G=30.28%
B=56.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1943800.760.4600.69216.3961.6219.41
Hex132B504C2E045d83e13
Octal23531201145601053307623
Binary1001110101110100001001100101110010001011101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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