#132179

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

Shades of Midnight Blue #132179

Tints of Midnight Blue #132179

Color information

#132179 (or 0x132179) is unknown color: approx Midnight Blue. HEX triplet: 13, 21 and 79. RGB value is (19,33,121). Sum of RGB (Red+Green+Blue) = 19+33+121=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #132179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132179 is #ECDE86. Grayscale: #262626. Windows color (decimal): -15523463 or 7938323. OLE color: 7938323.

HSL color Cylindrical-coordinate representation of color #132179: hue angle of 231.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132179 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1933121-
CMYK0.840.7300.53
HSL231.76º72.86%27.45%-
HSV(B)231.76º84.3%47.45%-
XYZ4.262.6118.37-
YUV38.85174.36113.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 121 (47.66% from 255) = 69.94%
R=10.98%
G=19.08%
B=69.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19331210.840.7300.53231.7672.8627.45
Hex1321795449035e8491b
Octal234117112411106535011133
Binary10011100001111100110101001001001011010111101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132179; }

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

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

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

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

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

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

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

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