#132461

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

Shades of Sapphire #132461

Tints of Sapphire #132461

Color information

#132461 (or 0x132461) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 61. RGB value is (19,36,97). Sum of RGB (Red+Green+Blue) = 19+36+97=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #132461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132461 is #ECDB9E. Grayscale: #252525. Windows color (decimal): -15522719 or 6366227. OLE color: 6366227.

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

Color convert

RGB193697-
CMYK0.800.6300.62
HSL226.92º67.24%22.75%-
HSV(B)226.92º80.41%38.04%-
XYZ3.062.2611.58-
YUV37.87161.37114.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=12.5%
G=23.68%
B=63.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1936970.800.6300.62226.9267.2422.75
Hex132461503F03Ee34317
Octal23441411207707634310327
Binary1001110010011000011010000111111011111011100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132461; }

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

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

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

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

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

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

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

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