#132C82

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

Shades of Sapphire #132C82

Tints of Sapphire #132C82

Color information

#132C82 (or 0x132C82) is unknown color: approx Sapphire. HEX triplet: 13, 2C and 82. RGB value is (19,44,130). Sum of RGB (Red+Green+Blue) = 19+44+130=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #132C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C82 is #ECD37D. Grayscale: #2D2D2D. Windows color (decimal): -15520638 or 8530963. OLE color: 8530963.

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

Color convert

RGB1944130-
CMYK0.850.6600.49
HSL226.49º74.5%29.22%-
HSV(B)226.49º85.38%50.98%-
XYZ5.23.5521.53-
YUV46.33175.22108.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 130 (51.17% from 255) = 67.36%
R=9.84%
G=22.80%
B=67.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19441300.850.6600.49226.4974.529.22
Hex132C825542031e24a1d
Octal235420212510206134211235
Binary100111011001000001010101011000010011000111100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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