#132650

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

Shades of Sapphire #132650

Tints of Sapphire #132650

Color information

#132650 (or 0x132650) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 50. RGB value is (19,38,80). Sum of RGB (Red+Green+Blue) = 19+38+80=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #132650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132650 is #ECD9AF. Grayscale: #242424. Windows color (decimal): -15522224 or 5252627. OLE color: 5252627.

HSL color Cylindrical-coordinate representation of color #132650: hue angle of 221.31º 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 #132650 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB193880-
CMYK0.760.5200.69
HSL221.31º61.62%19.41%-
HSV(B)221.31º76.25%31.37%-
XYZ2.412.17.87-
YUV37.11152.21115.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=13.87%
G=27.74%
B=58.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1938800.760.5200.69221.3161.6219.41
Hex1326504C34045dd3e13
Octal23461201146401053357623
Binary1001110011010100001001100110100010001011101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132650; }

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

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

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

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

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

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

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

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