#132260

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

Shades of Sapphire #132260

Tints of Sapphire #132260

Color information

#132260 (or 0x132260) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 60. RGB value is (19,34,96). Sum of RGB (Red+Green+Blue) = 19+34+96=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #132260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132260 is #ECDD9F. Grayscale: #242424. Windows color (decimal): -15523232 or 6300179. OLE color: 6300179.

HSL color Cylindrical-coordinate representation of color #132260: hue angle of 228.31º 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 #132260 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193496-
CMYK0.800.6500.62
HSL228.31º66.96%22.55%-
HSV(B)228.31º80.21%37.65%-
XYZ2.952.1311.32-
YUV36.58161.53115.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=12.75%
G=22.82%
B=64.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1934960.800.6500.62228.3166.9622.55
Hex132260504103Ee44317
Octal234214012010107634410327
Binary10011100010110000010100001000001011111011100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132260; }

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

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

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

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

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

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

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

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