#132052

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

Shades of Sapphire #132052

Tints of Sapphire #132052

Color information

#132052 (or 0x132052) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 52. RGB value is (19,32,82). Sum of RGB (Red+Green+Blue) = 19+32+82=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #132052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132052 is #ECDFAD. Grayscale: #212121. Windows color (decimal): -15523758 or 5382163. OLE color: 5382163.

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

Color convert

RGB193282-
CMYK0.770.6100.68
HSL227.62º62.38%19.8%-
HSV(B)227.62º76.83%32.16%-
XYZ2.311.788.2-
YUV33.81155.19117.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=14.29%
G=24.06%
B=61.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1932820.770.6100.68227.6262.3819.8
Hex1320524D3D044e43e14
Octal23401221157501043447624
Binary1001110000010100101001101111101010001001110010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132052; }

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

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

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

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

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

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

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

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