#132376

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

Shades of Midnight Blue #132376

Tints of Midnight Blue #132376

Color information

#132376 (or 0x132376) is unknown color: approx Midnight Blue. HEX triplet: 13, 23 and 76. RGB value is (19,35,118). Sum of RGB (Red+Green+Blue) = 19+35+118=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #132376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132376 is #ECDC89. Grayscale: #272727. Windows color (decimal): -15522954 or 7742227. OLE color: 7742227.

HSL color Cylindrical-coordinate representation of color #132376: hue angle of 230.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132376 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1935118-
CMYK0.840.7000.54
HSL230.3º72.26%26.86%-
HSV(B)230.3º83.9%46.27%-
XYZ4.142.6517.43-
YUV39.68172.2113.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=11.05%
G=20.35%
B=68.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19351180.840.7000.54230.372.2626.86
Hex1323765446036e6481b
Octal234316612410606634611033
Binary10011100011111011010101001000110011011011100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132376; }

 p { color: rgb(19,35,118); }

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

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

 a { background-color: rgb(19,35,118); }

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

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

 span { border-color: rgb(19,35,118); }

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