#132860

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

Shades of Sapphire #132860

Tints of Sapphire #132860

Color information

#132860 (or 0x132860) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 60. RGB value is (19,40,96). Sum of RGB (Red+Green+Blue) = 19+40+96=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #132860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132860 is #ECD79F. Grayscale: #272727. Windows color (decimal): -15521696 or 6301715. OLE color: 6301715.

HSL color Cylindrical-coordinate representation of color #132860: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132860 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB194096-
CMYK0.800.5800.62
HSL223.64º66.96%22.55%-
HSV(B)223.64º80.21%37.65%-
XYZ3.142.511.38-
YUV40.1159.54112.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=12.26%
G=25.81%
B=61.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1940960.800.5800.62223.6466.9622.55
Hex132860503A03Ee04317
Octal23501401207207634010327
Binary1001110100011000001010000111010011111011100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132860; }

 p { color: rgb(19,40,96); }

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

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

 a { background-color: rgb(19,40,96); }

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

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

 span { border-color: rgb(19,40,96); }

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