#132A59

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

Shades of Sapphire #132A59

Tints of Sapphire #132A59

Color information

#132A59 (or 0x132A59) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 59. RGB value is (19,42,89). Sum of RGB (Red+Green+Blue) = 19+42+89=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #132A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A59 is #ECD5A6. Grayscale: #282828. Windows color (decimal): -15521191 or 5843475. OLE color: 5843475.

HSL color Cylindrical-coordinate representation of color #132A59: hue angle of 220.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132A59 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB194289-
CMYK0.790.5300.65
HSL220.29º64.81%21.18%-
HSV(B)220.29º78.65%34.9%-
XYZ2.92.529.78-
YUV40.48155.38112.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=12.67%
G=28%
B=59.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1942890.790.5300.65220.2964.8121.18
Hex132A594F35041dc4115
Octal235213111765010133410125
Binary10011101010101100110011111101010100000111011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A59; }

 p { color: rgb(19,42,89); }

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

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

 a { background-color: rgb(19,42,89); }

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

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

 span { border-color: rgb(19,42,89); }

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