#132754

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

Shades of Sapphire #132754

Tints of Sapphire #132754

Color information

#132754 (or 0x132754) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 54. RGB value is (19,39,84). Sum of RGB (Red+Green+Blue) = 19+39+84=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #132754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132754 is #ECD8AB. Grayscale: #252525. Windows color (decimal): -15521964 or 5515027. OLE color: 5515027.

HSL color Cylindrical-coordinate representation of color #132754: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132754 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB193984-
CMYK0.770.5400.67
HSL221.54º63.11%20.2%-
HSV(B)221.54º77.38%32.94%-
XYZ2.592.238.68-
YUV38.15153.87114.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 84 (33.20% from 255) = 59.15%
R=13.38%
G=27.46%
B=59.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1939840.770.5400.67221.5463.1120.2
Hex1327544D36043de3f14
Octal23471241156601033367724
Binary1001110011110101001001101110110010000111101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132754; }

 p { color: rgb(19,39,84); }

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

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

 a { background-color: rgb(19,39,84); }

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

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

 span { border-color: rgb(19,39,84); }

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