#132D4B

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

Shades of Midnight #132D4B

Tints of Midnight #132D4B

Color information

#132D4B (or 0x132D4B) is unknown color: approx Midnight. HEX triplet: 13, 2D and 4B. RGB value is (19,45,75). Sum of RGB (Red+Green+Blue) = 19+45+75=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #132D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D4B is #ECD2B4. Grayscale: #282828. Windows color (decimal): -15520437 or 4926739. OLE color: 4926739.

HSL color Cylindrical-coordinate representation of color #132D4B: hue angle of 212.14º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132D4B is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB194575-
CMYK0.750.4000.71
HSL212.14º59.57%18.43%-
HSV(B)212.14º74.67%29.41%-
XYZ2.482.527.01-
YUV40.65147.39112.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=13.67%
G=32.37%
B=53.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1945750.750.4000.71212.1459.5718.43
Hex132D4B4B28047d43c12
Octal23551131135001073247422
Binary1001110110110010111001011101000010001111101010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,75); }

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

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

 a { background-color: rgb(19,45,75); }

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

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

 span { border-color: rgb(19,45,75); }

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