#132152

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

Shades of Sapphire #132152

Tints of Sapphire #132152

Color information

#132152 (or 0x132152) is unknown color: approx Sapphire. HEX triplet: 13, 21 and 52. RGB value is (19,33,82). Sum of RGB (Red+Green+Blue) = 19+33+82=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #132152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132152 is #ECDEAD. Grayscale: #222222. Windows color (decimal): -15523502 or 5382419. OLE color: 5382419.

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

Color convert

RGB193382-
CMYK0.770.6000.68
HSL226.67º62.38%19.8%-
HSV(B)226.67º76.83%32.16%-
XYZ2.341.848.21-
YUV34.4154.86117.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=14.18%
G=24.63%
B=61.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1933820.770.6000.68226.6762.3819.8
Hex1321524D3C044e33e14
Octal23411221157401043437624
Binary1001110000110100101001101111100010001001110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132152; }

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

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

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

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

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

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

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

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