#132770

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

Shades of Sapphire #132770

Tints of Sapphire #132770

Color information

#132770 (or 0x132770) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 70. RGB value is (19,39,112). Sum of RGB (Red+Green+Blue) = 19+39+112=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #132770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132770 is #ECD88F. Grayscale: #292929. Windows color (decimal): -15521936 or 7350035. OLE color: 7350035.

HSL color Cylindrical-coordinate representation of color #132770: hue angle of 227.1º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132770 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1939112-
CMYK0.830.6500.56
HSL227.1º70.99%25.69%-
HSV(B)227.1º83.04%43.92%-
XYZ3.922.7615.66-
YUV41.34167.87112.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=11.18%
G=22.94%
B=65.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19391120.830.6500.56227.170.9925.69
Hex1327705341038e3471a
Octal234716012310107034310732
Binary10011100111111000010100111000001011100011100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132770; }

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

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

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

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

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

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

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

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