#132963

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

Shades of Sapphire #132963

Tints of Sapphire #132963

Color information

#132963 (or 0x132963) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 63. RGB value is (19,41,99). Sum of RGB (Red+Green+Blue) = 19+41+99=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #132963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132963 is #ECD69C. Grayscale: #282828. Windows color (decimal): -15521437 or 6498579. OLE color: 6498579.

HSL color Cylindrical-coordinate representation of color #132963: hue angle of 223.5º 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 #132963 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB194199-
CMYK0.810.5900.61
HSL223.5º67.8%23.14%-
HSV(B)223.5º80.81%38.82%-
XYZ3.312.6312.14-
YUV41.03160.71112.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=11.95%
G=25.79%
B=62.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1941990.810.5900.61223.567.823.14
Hex132963513B03De04417
Octal23511431217307534010427
Binary1001110100111000111010001111011011110111100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132963; }

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

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

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

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

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

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

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

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