#132B60

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

Shades of Sapphire #132B60

Tints of Sapphire #132B60

Color information

#132B60 (or 0x132B60) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 60. RGB value is (19,43,96). Sum of RGB (Red+Green+Blue) = 19+43+96=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #132B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B60 is #ECD49F. Grayscale: #292929. Windows color (decimal): -15520928 or 6302483. OLE color: 6302483.

HSL color Cylindrical-coordinate representation of color #132B60: hue angle of 221.3º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132B60 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB194396-
CMYK0.800.5500.62
HSL221.3º66.96%22.55%-
HSV(B)221.3º80.21%37.65%-
XYZ3.242.7111.42-
YUV41.87158.55111.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=12.03%
G=27.22%
B=60.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1943960.800.5500.62221.366.9622.55
Hex132B60503703Edd4317
Octal23531401206707633510327
Binary1001110101111000001010000110111011111011011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,96); }

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

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

 a { background-color: rgb(19,43,96); }

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

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

 span { border-color: rgb(19,43,96); }

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