#132952

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

Shades of Sapphire #132952

Tints of Sapphire #132952

Color information

#132952 (or 0x132952) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 52. RGB value is (19,41,82). Sum of RGB (Red+Green+Blue) = 19+41+82=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #132952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132952 is #ECD6AD. Grayscale: #262626. Windows color (decimal): -15521454 or 5384467. OLE color: 5384467.

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

Color convert

RGB194182-
CMYK0.770.5000.68
HSL219.05º62.38%19.8%-
HSV(B)219.05º76.83%32.16%-
XYZ2.582.338.3-
YUV39.1152.21113.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=13.38%
G=28.87%
B=57.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1941820.770.5000.68219.0562.3819.8
Hex1329524D32044db3e14
Octal23511221156201043337624
Binary1001110100110100101001101110010010001001101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132952; }

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

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

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

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

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

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

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

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