#132561

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

Shades of Sapphire #132561

Tints of Sapphire #132561

Color information

#132561 (or 0x132561) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 61. RGB value is (19,37,97). Sum of RGB (Red+Green+Blue) = 19+37+97=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #132561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132561 is #ECDA9E. Grayscale: #262626. Windows color (decimal): -15522463 or 6366483. OLE color: 6366483.

HSL color Cylindrical-coordinate representation of color #132561: hue angle of 226.15º 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 #132561 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193797-
CMYK0.800.6200.62
HSL226.15º67.24%22.75%-
HSV(B)226.15º80.41%38.04%-
XYZ3.092.3211.6-
YUV38.46161.04114.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=12.42%
G=24.18%
B=63.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1937970.800.6200.62226.1567.2422.75
Hex132561503E03Ee24317
Octal23451411207607634210327
Binary1001110010111000011010000111110011111011100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132561; }

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

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

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

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

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

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

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

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