#132774

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

Shades of Sapphire #132774

Tints of Sapphire #132774

Color information

#132774 (or 0x132774) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 74. RGB value is (19,39,116). Sum of RGB (Red+Green+Blue) = 19+39+116=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #132774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132774 is #ECD88B. Grayscale: #292929. Windows color (decimal): -15521932 or 7612179. OLE color: 7612179.

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

Color convert

RGB1939116-
CMYK0.840.6600.55
HSL227.63º71.85%26.47%-
HSV(B)227.63º83.62%45.49%-
XYZ4.152.8516.85-
YUV41.8169.87111.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=10.92%
G=22.41%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19391160.840.6600.55227.6371.8526.47
Hex1327745442037e4481a
Octal234716412410206734411032
Binary10011100111111010010101001000010011011111100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132774; }

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

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

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

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

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

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

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

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