#132053

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

Shades of Sapphire #132053

Tints of Sapphire #132053

Color information

#132053 (or 0x132053) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 53. RGB value is (19,32,83). Sum of RGB (Red+Green+Blue) = 19+32+83=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #132053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132053 is #ECDFAC. Grayscale: #212121. Windows color (decimal): -15523757 or 5447699. OLE color: 5447699.

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

Color convert

RGB193283-
CMYK0.770.6100.67
HSL227.81º62.75%20%-
HSV(B)227.81º77.11%32.55%-
XYZ2.351.88.41-
YUV33.93155.69117.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=14.18%
G=23.88%
B=61.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1932830.770.6100.67227.8162.7520
Hex1320534D3D043e43f14
Octal23401231157501033447724
Binary1001110000010100111001101111101010000111110010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132053; }

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

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

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

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

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

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

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

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