#132565

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

Shades of Sapphire #132565

Tints of Sapphire #132565

Color information

#132565 (or 0x132565) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 65. RGB value is (19,37,101). Sum of RGB (Red+Green+Blue) = 19+37+101=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #132565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132565 is #ECDA9A. Grayscale: #262626. Windows color (decimal): -15522459 or 6628627. OLE color: 6628627.

HSL color Cylindrical-coordinate representation of color #132565: hue angle of 226.83º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132565 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1937101-
CMYK0.810.6300.60
HSL226.83º68.33%23.53%-
HSV(B)226.83º81.19%39.61%-
XYZ3.282.412.6-
YUV38.91163.04113.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=12.10%
G=23.57%
B=64.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19371010.810.6300.60226.8368.3323.53
Hex132565513F03Ce34418
Octal23451451217707434310430
Binary1001110010111001011010001111111011110011100011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132565; }

 p { color: rgb(19,37,101); }

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

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

 a { background-color: rgb(19,37,101); }

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

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

 span { border-color: rgb(19,37,101); }

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