#132A82

Color #132A82 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #132A82

Tints of Sapphire #132A82

Color information

#132A82 (or 0x132A82) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 82. RGB value is (19,42,130). Sum of RGB (Red+Green+Blue) = 19+42+130=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #132A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A82 is #ECD57D. Grayscale: #2C2C2C. Windows color (decimal): -15521150 or 8530451. OLE color: 8530451.

HSL color Cylindrical-coordinate representation of color #132A82: hue angle of 227.57º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132A82 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1942130-
CMYK0.850.6800.49
HSL227.57º74.5%29.22%-
HSV(B)227.57º85.38%50.98%-
XYZ5.133.4121.51-
YUV45.16175.88109.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 130 (51.17% from 255) = 68.06%
R=9.95%
G=21.99%
B=68.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19421300.850.6800.49227.5774.529.22
Hex132A825544031e44a1d
Octal235220212510406134411235
Binary100111010101000001010101011000100011000111100100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A82; }

 p { color: rgb(19,42,130); }

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

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

 a { background-color: rgb(19,42,130); }

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

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

 span { border-color: rgb(19,42,130); }

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