#132660

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

Shades of Sapphire #132660

Tints of Sapphire #132660

Color information

#132660 (or 0x132660) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 60. RGB value is (19,38,96). Sum of RGB (Red+Green+Blue) = 19+38+96=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #132660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132660 is #ECD99F. Grayscale: #262626. Windows color (decimal): -15522208 or 6301203. OLE color: 6301203.

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

Color convert

RGB193896-
CMYK0.800.6000.62
HSL225.19º66.96%22.55%-
HSV(B)225.19º80.21%37.65%-
XYZ3.072.3711.36-
YUV38.93160.21113.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=12.42%
G=24.84%
B=62.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1938960.800.6000.62225.1966.9622.55
Hex132660503C03Ee14317
Octal23461401207407634110327
Binary1001110011011000001010000111100011111011100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132660; }

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

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

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

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

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

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

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

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