#132070

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

Shades of Midnight Blue #132070

Tints of Midnight Blue #132070

Color information

#132070 (or 0x132070) is unknown color: approx Midnight Blue. HEX triplet: 13, 20 and 70. RGB value is (19,32,112). Sum of RGB (Red+Green+Blue) = 19+32+112=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #132070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132070 is #ECDF8F. Grayscale: #242424. Windows color (decimal): -15523728 or 7348243. OLE color: 7348243.

HSL color Cylindrical-coordinate representation of color #132070: hue angle of 231.61º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132070 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1932112-
CMYK0.830.7100.56
HSL231.61º70.99%25.69%-
HSV(B)231.61º83.04%43.92%-
XYZ3.712.3415.59-
YUV37.23170.19115-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=11.66%
G=19.63%
B=68.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19321120.830.7100.56231.6170.9925.69
Hex1320705347038e8471a
Octal234016012310707035010732
Binary10011100000111000010100111000111011100011101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132070; }

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

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

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

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

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

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

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

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