#132A5F

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

Shades of Sapphire #132A5F

Tints of Sapphire #132A5F

Color information

#132A5F (or 0x132A5F) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 5F. RGB value is (19,42,95). Sum of RGB (Red+Green+Blue) = 19+42+95=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #132A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A5F is #ECD5A0. Grayscale: #282828. Windows color (decimal): -15521185 or 6236691. OLE color: 6236691.

HSL color Cylindrical-coordinate representation of color #132A5F: hue angle of 221.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132A5F is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB194295-
CMYK0.800.5600.63
HSL221.84º66.67%22.35%-
HSV(B)221.84º80%37.25%-
XYZ3.162.6211.17-
YUV41.16158.38112.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 95 (37.5% from 255) = 60.90%
R=12.18%
G=26.92%
B=60.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1942950.800.5600.63221.8466.6722.35
Hex132A5F503803Fde4316
Octal23521371207007733610326
Binary1001110101010111111010000111000011111111011110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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