#132060

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

Shades of Sapphire #132060

Tints of Sapphire #132060

Color information

#132060 (or 0x132060) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 60. RGB value is (19,32,96). Sum of RGB (Red+Green+Blue) = 19+32+96=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #132060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132060 is #ECDF9F. Grayscale: #232323. Windows color (decimal): -15523744 or 6299667. OLE color: 6299667.

HSL color Cylindrical-coordinate representation of color #132060: hue angle of 229.87º 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 #132060 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193296-
CMYK0.800.6700.62
HSL229.87º66.96%22.55%-
HSV(B)229.87º80.21%37.65%-
XYZ2.92.0211.3-
YUV35.41162.19116.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=12.93%
G=21.77%
B=65.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1932960.800.6700.62229.8766.9622.55
Hex132060504303Ee64317
Octal234014012010307634610327
Binary10011100000110000010100001000011011111011100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132060; }

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

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

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

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

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

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

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

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