#132B82

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

Shades of Sapphire #132B82

Tints of Sapphire #132B82

Color information

#132B82 (or 0x132B82) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 82. RGB value is (19,43,130). Sum of RGB (Red+Green+Blue) = 19+43+130=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #132B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132B82 is #ECD47D. Grayscale: #2D2D2D. Windows color (decimal): -15520894 or 8530707. OLE color: 8530707.

HSL color Cylindrical-coordinate representation of color #132B82: hue angle of 227.03º 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 #132B82 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1943130-
CMYK0.850.6700.49
HSL227.03º74.5%29.22%-
HSV(B)227.03º85.38%50.98%-
XYZ5.163.4821.52-
YUV45.74175.55108.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=9.90%
G=22.40%
B=67.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19431300.850.6700.49227.0374.529.22
Hex132B825543031e34a1d
Octal235320212510306134311235
Binary100111010111000001010101011000011011000111100011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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