#132854

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

Shades of Sapphire #132854

Tints of Sapphire #132854

Color information

#132854 (or 0x132854) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 54. RGB value is (19,40,84). Sum of RGB (Red+Green+Blue) = 19+40+84=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #132854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132854 is #ECD7AB. Grayscale: #262626. Windows color (decimal): -15521708 or 5515283. OLE color: 5515283.

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

Color convert

RGB194084-
CMYK0.770.5200.67
HSL220.62º63.11%20.2%-
HSV(B)220.62º77.38%32.94%-
XYZ2.632.38.69-
YUV38.74153.54113.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=13.29%
G=27.97%
B=58.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1940840.770.5200.67220.6263.1120.2
Hex1328544D34043dd3f14
Octal23501241156401033357724
Binary1001110100010101001001101110100010000111101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132854; }

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

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

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

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

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

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

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

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