#132175

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

Shades of Midnight Blue #132175

Tints of Midnight Blue #132175

Color information

#132175 (or 0x132175) is unknown color: approx Midnight Blue. HEX triplet: 13, 21 and 75. RGB value is (19,33,117). Sum of RGB (Red+Green+Blue) = 19+33+117=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #132175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132175 is #ECDE8A. Grayscale: #262626. Windows color (decimal): -15523467 or 7676179. OLE color: 7676179.

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

Color convert

RGB1933117-
CMYK0.840.7200.54
HSL231.43º72.06%26.67%-
HSV(B)231.43º83.76%45.88%-
XYZ4.022.5117.1-
YUV38.39172.36114.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=11.24%
G=19.53%
B=69.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19331170.840.7200.54231.4372.0626.67
Hex1321755448036e7481b
Octal234116512411006634711033
Binary10011100001111010110101001001000011011011100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132175; }

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

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

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

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

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

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

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

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