#132652

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

Shades of Sapphire #132652

Tints of Sapphire #132652

Color information

#132652 (or 0x132652) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 52. RGB value is (19,38,82). Sum of RGB (Red+Green+Blue) = 19+38+82=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #132652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132652 is #ECD9AD. Grayscale: #252525. Windows color (decimal): -15522222 or 5383699. OLE color: 5383699.

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

Color convert

RGB193882-
CMYK0.770.5400.68
HSL221.9º62.38%19.8%-
HSV(B)221.9º76.83%32.16%-
XYZ2.482.138.26-
YUV37.34153.21114.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 82 (32.42% from 255) = 58.99%
R=13.67%
G=27.34%
B=58.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1938820.770.5400.68221.962.3819.8
Hex1326524D36044de3e14
Octal23461221156601043367624
Binary1001110011010100101001101110110010001001101111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132652; }

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

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

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

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

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

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

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

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