#132361

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

Shades of Sapphire #132361

Tints of Sapphire #132361

Color information

#132361 (or 0x132361) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 61. RGB value is (19,35,97). Sum of RGB (Red+Green+Blue) = 19+35+97=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #132361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132361 is #ECDC9E. Grayscale: #252525. Windows color (decimal): -15522975 or 6365971. OLE color: 6365971.

HSL color Cylindrical-coordinate representation of color #132361: hue angle of 227.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132361 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193597-
CMYK0.800.6400.62
HSL227.69º67.24%22.75%-
HSV(B)227.69º80.41%38.04%-
XYZ3.032.211.58-
YUV37.28161.7114.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=12.58%
G=23.18%
B=64.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1935970.800.6400.62227.6967.2422.75
Hex132361504003Ee44317
Octal234314112010007634410327
Binary10011100011110000110100001000000011111011100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132361; }

 p { color: rgb(19,35,97); }

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

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

 a { background-color: rgb(19,35,97); }

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

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

 span { border-color: rgb(19,35,97); }

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