#132172

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

Shades of Midnight Blue #132172

Tints of Midnight Blue #132172

Color information

#132172 (or 0x132172) is unknown color: approx Midnight Blue. HEX triplet: 13, 21 and 72. RGB value is (19,33,114). Sum of RGB (Red+Green+Blue) = 19+33+114=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #132172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132172 is #ECDE8D. Grayscale: #252525. Windows color (decimal): -15523470 or 7479571. OLE color: 7479571.

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

Color convert

RGB1933114-
CMYK0.830.7100.55
HSL231.16º71.43%26.08%-
HSV(B)231.16º83.33%44.71%-
XYZ3.852.4416.19-
YUV38.05170.86114.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=11.45%
G=19.88%
B=68.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19331140.830.7100.55231.1671.4326.08
Hex1321725347037e7471a
Octal234116212310706734710732
Binary10011100001111001010100111000111011011111100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132172; }

 p { color: rgb(19,33,114); }

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

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

 a { background-color: rgb(19,33,114); }

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

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

 span { border-color: rgb(19,33,114); }

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