#132964

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

Shades of Sapphire #132964

Tints of Sapphire #132964

Color information

#132964 (or 0x132964) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 64. RGB value is (19,41,100). Sum of RGB (Red+Green+Blue) = 19+41+100=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #132964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132964 is #ECD69B. Grayscale: #282828. Windows color (decimal): -15521436 or 6564115. OLE color: 6564115.

HSL color Cylindrical-coordinate representation of color #132964: hue angle of 223.7º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132964 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1941100-
CMYK0.810.5900.61
HSL223.7º68.07%23.33%-
HSV(B)223.7º81%39.22%-
XYZ3.362.6412.39-
YUV41.15161.21112.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 100 (39.45% from 255) = 62.5%
R=11.88%
G=25.62%
B=62.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19411000.810.5900.61223.768.0723.33
Hex132964513B03De04417
Octal23511441217307534010427
Binary1001110100111001001010001111011011110111100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132964; }

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

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

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

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

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

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

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

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