#132853

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

Shades of Sapphire #132853

Tints of Sapphire #132853

Color information

#132853 (or 0x132853) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 53. RGB value is (19,40,83). Sum of RGB (Red+Green+Blue) = 19+40+83=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #132853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132853 is #ECD7AC. Grayscale: #262626. Windows color (decimal): -15521709 or 5449747. OLE color: 5449747.

HSL color Cylindrical-coordinate representation of color #132853: hue angle of 220.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132853 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB194083-
CMYK0.770.5200.67
HSL220.31º62.75%20%-
HSV(B)220.31º77.11%32.55%-
XYZ2.592.288.49-
YUV38.62153.04114-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=13.38%
G=28.17%
B=58.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1940830.770.5200.67220.3162.7520
Hex1328534D34043dc3f14
Octal23501231156401033347724
Binary1001110100010100111001101110100010000111101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132853; }

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

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

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

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

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

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

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

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