#132566

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

Shades of Sapphire #132566

Tints of Sapphire #132566

Color information

#132566 (or 0x132566) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 66. RGB value is (19,37,102). Sum of RGB (Red+Green+Blue) = 19+37+102=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #132566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132566 is #ECDA99. Grayscale: #262626. Windows color (decimal): -15522458 or 6694163. OLE color: 6694163.

HSL color Cylindrical-coordinate representation of color #132566: hue angle of 226.99º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132566 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1937102-
CMYK0.810.6400.6
HSL226.99º68.6%23.73%-
HSV(B)226.99º81.37%40%-
XYZ3.332.4212.86-
YUV39.03163.54113.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 102 (40.23% from 255) = 64.56%
R=12.03%
G=23.42%
B=64.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19371020.810.6400.6226.9968.623.73
Hex132566514003Ce34518
Octal234514612110007434310530
Binary10011100101110011010100011000000011110011100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132566; }

 p { color: rgb(19,37,102); }

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

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

 a { background-color: rgb(19,37,102); }

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

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

 span { border-color: rgb(19,37,102); }

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