#132C51

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

Shades of Midnight #132C51

Tints of Midnight #132C51

Color information

#132C51 (or 0x132C51) is unknown color: approx Midnight. HEX triplet: 13, 2C and 51. RGB value is (19,44,81). Sum of RGB (Red+Green+Blue) = 19+44+81=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #132C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C51 is #ECD3AE. Grayscale: #282828. Windows color (decimal): -15520687 or 5319699. OLE color: 5319699.

HSL color Cylindrical-coordinate representation of color #132C51: hue angle of 215.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132C51 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194481-
CMYK0.770.4600.68
HSL215.81º62%19.61%-
HSV(B)215.81º76.54%31.76%-
XYZ2.652.538.13-
YUV40.74150.72112.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=13.19%
G=30.56%
B=56.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1944810.770.4600.68215.816219.61
Hex132C514D2E044d83e14
Octal23541211155601043307624
Binary1001110110010100011001101101110010001001101100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,81); }

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

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

 a { background-color: rgb(19,44,81); }

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

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

 span { border-color: rgb(19,44,81); }

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