#132852

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

Shades of Sapphire #132852

Tints of Sapphire #132852

Color information

#132852 (or 0x132852) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 52. RGB value is (19,40,82). Sum of RGB (Red+Green+Blue) = 19+40+82=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #132852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132852 is #ECD7AD. Grayscale: #262626. Windows color (decimal): -15521710 or 5384211. OLE color: 5384211.

HSL color Cylindrical-coordinate representation of color #132852: hue angle of 220º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132852 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194082-
CMYK0.770.5100.68
HSL220º62.38%19.8%-
HSV(B)220º76.83%32.16%-
XYZ2.552.278.29-
YUV38.51152.54114.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 82 (32.42% from 255) = 58.16%
R=13.48%
G=28.37%
B=58.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1940820.770.5100.6822062.3819.8
Hex1328524D33044dc3e14
Octal23501221156301043347624
Binary1001110100010100101001101110011010001001101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132852; }

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

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

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

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

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

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

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

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