#132553

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

Shades of Sapphire #132553

Tints of Sapphire #132553

Color information

#132553 (or 0x132553) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 53. RGB value is (19,37,83). Sum of RGB (Red+Green+Blue) = 19+37+83=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #132553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132553 is #ECDAAC. Grayscale: #242424. Windows color (decimal): -15522477 or 5448979. OLE color: 5448979.

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

Color convert

RGB193783-
CMYK0.770.5500.67
HSL223.12º62.75%20%-
HSV(B)223.12º77.11%32.55%-
XYZ2.492.098.45-
YUV36.86154.04115.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=13.67%
G=26.62%
B=59.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1937830.770.5500.67223.1262.7520
Hex1325534D37043df3f14
Octal23451231156701033377724
Binary1001110010110100111001101110111010000111101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132553; }

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

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

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

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

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

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

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

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