#132772

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

Shades of Sapphire #132772

Tints of Sapphire #132772

Color information

#132772 (or 0x132772) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 72. RGB value is (19,39,114). Sum of RGB (Red+Green+Blue) = 19+39+114=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #132772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132772 is #ECD88D. Grayscale: #292929. Windows color (decimal): -15521934 or 7481107. OLE color: 7481107.

HSL color Cylindrical-coordinate representation of color #132772: hue angle of 227.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132772 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1939114-
CMYK0.830.6600.55
HSL227.37º71.43%26.08%-
HSV(B)227.37º83.33%44.71%-
XYZ4.032.816.25-
YUV41.57168.87111.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=11.05%
G=22.67%
B=66.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19391140.830.6600.55227.3771.4326.08
Hex1327725342037e3471a
Octal234716212310206734310732
Binary10011100111111001010100111000010011011111100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132772; }

 p { color: rgb(19,39,114); }

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

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

 a { background-color: rgb(19,39,114); }

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

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

 span { border-color: rgb(19,39,114); }

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