#132076

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

Shades of Midnight Blue #132076

Tints of Midnight Blue #132076

Color information

#132076 (or 0x132076) is unknown color: approx Midnight Blue. HEX triplet: 13, 20 and 76. RGB value is (19,32,118). Sum of RGB (Red+Green+Blue) = 19+32+118=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #132076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132076 is #ECDF89. Grayscale: #252525. Windows color (decimal): -15523722 or 7741459. OLE color: 7741459.

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

Color convert

RGB1932118-
CMYK0.840.7300.54
HSL232.12º72.26%26.86%-
HSV(B)232.12º83.9%46.27%-
XYZ4.062.4817.4-
YUV37.92173.19114.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=11.24%
G=18.93%
B=69.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19321180.840.7300.54232.1272.2626.86
Hex1320765449036e8481b
Octal234016612411106635011033
Binary10011100000111011010101001001001011011011101000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132076; }

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

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

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

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

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

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

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

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