#132577

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

Shades of Midnight Blue #132577

Tints of Midnight Blue #132577

Color information

#132577 (or 0x132577) is unknown color: approx Midnight Blue. HEX triplet: 13, 25 and 77. RGB value is (19,37,119). Sum of RGB (Red+Green+Blue) = 19+37+119=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #132577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132577 is #ECDA88. Grayscale: #282828. Windows color (decimal): -15522441 or 7808275. OLE color: 7808275.

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

Color convert

RGB1937119-
CMYK0.840.6900.53
HSL229.2º72.46%27.06%-
HSV(B)229.2º84.03%46.67%-
XYZ4.262.7917.77-
YUV40.97172.04112.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 119 (46.88% from 255) = 68%
R=10.86%
G=21.14%
B=68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19371190.840.6900.53229.272.4627.06
Hex1325775445035e5481b
Octal234516712410506534511033
Binary10011100101111011110101001000101011010111100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132577; }

 p { color: rgb(19,37,119); }

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

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

 a { background-color: rgb(19,37,119); }

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

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

 span { border-color: rgb(19,37,119); }

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