#132550

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

Shades of Sapphire #132550

Tints of Sapphire #132550

Color information

#132550 (or 0x132550) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 50. RGB value is (19,37,80). Sum of RGB (Red+Green+Blue) = 19+37+80=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #132550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132550 is #ECDAAF. Grayscale: #242424. Windows color (decimal): -15522480 or 5252371. OLE color: 5252371.

HSL color Cylindrical-coordinate representation of color #132550: hue angle of 222.3º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132550 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB193780-
CMYK0.760.5400.69
HSL222.3º61.62%19.41%-
HSV(B)222.3º76.25%31.37%-
XYZ2.382.047.86-
YUV36.52152.54115.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=13.97%
G=27.21%
B=58.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1937800.760.5400.69222.361.6219.41
Hex1325504C36045de3e13
Octal23451201146601053367623
Binary1001110010110100001001100110110010001011101111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132550; }

 p { color: rgb(19,37,80); }

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

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

 a { background-color: rgb(19,37,80); }

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

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

 span { border-color: rgb(19,37,80); }

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