#132966

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

Shades of Sapphire #132966

Tints of Sapphire #132966

Color information

#132966 (or 0x132966) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 66. RGB value is (19,41,102). Sum of RGB (Red+Green+Blue) = 19+41+102=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #132966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132966 is #ECD699. Grayscale: #292929. Windows color (decimal): -15521434 or 6695187. OLE color: 6695187.

HSL color Cylindrical-coordinate representation of color #132966: hue angle of 224.1º 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 #132966 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1941102-
CMYK0.810.6000.6
HSL224.1º68.6%23.73%-
HSV(B)224.1º81.37%40%-
XYZ3.462.6812.91-
YUV41.38162.21112.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=11.73%
G=25.31%
B=62.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19411020.810.6000.6224.168.623.73
Hex132966513C03Ce04518
Octal23511461217407434010530
Binary1001110100111001101010001111100011110011100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132966; }

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

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

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

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

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

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

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

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