#132763

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

Shades of Sapphire #132763

Tints of Sapphire #132763

Color information

#132763 (or 0x132763) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 63. RGB value is (19,39,99). Sum of RGB (Red+Green+Blue) = 19+39+99=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #132763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132763 is #ECD89C. Grayscale: #272727. Windows color (decimal): -15521949 or 6498067. OLE color: 6498067.

HSL color Cylindrical-coordinate representation of color #132763: hue angle of 225º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132763 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB193999-
CMYK0.810.6100.61
HSL225º67.8%23.14%-
HSV(B)225º80.81%38.82%-
XYZ3.252.4912.11-
YUV39.86161.37113.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=12.10%
G=24.84%
B=63.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1939990.810.6100.6122567.823.14
Hex132763513D03De14417
Octal23471431217507534110427
Binary1001110011111000111010001111101011110111100001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132763; }

 p { color: rgb(19,39,99); }

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

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

 a { background-color: rgb(19,39,99); }

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

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

 span { border-color: rgb(19,39,99); }

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