#132464

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

Shades of Sapphire #132464

Tints of Sapphire #132464

Color information

#132464 (or 0x132464) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 64. RGB value is (19,36,100). Sum of RGB (Red+Green+Blue) = 19+36+100=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #132464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132464 is #ECDB9B. Grayscale: #252525. Windows color (decimal): -15522716 or 6562835. OLE color: 6562835.

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

Color convert

RGB1936100-
CMYK0.810.6400.61
HSL227.41º68.07%23.33%-
HSV(B)227.41º81%39.22%-
XYZ3.22.3212.34-
YUV38.21162.87114.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 100 (39.45% from 255) = 64.52%
R=12.26%
G=23.23%
B=64.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19361000.810.6400.61227.4168.0723.33
Hex132464514003De34417
Octal234414412110007534310427
Binary10011100100110010010100011000000011110111100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132464; }

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

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

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

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

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

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

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

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