#132661

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

Shades of Sapphire #132661

Tints of Sapphire #132661

Color information

#132661 (or 0x132661) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 61. RGB value is (19,38,97). Sum of RGB (Red+Green+Blue) = 19+38+97=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #132661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132661 is #ECD99E. Grayscale: #262626. Windows color (decimal): -15522207 or 6366739. OLE color: 6366739.

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

Color convert

RGB193897-
CMYK0.800.6100.62
HSL225.38º67.24%22.75%-
HSV(B)225.38º80.41%38.04%-
XYZ3.122.3911.61-
YUV39.04160.71113.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=12.34%
G=24.68%
B=62.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1938970.800.6100.62225.3867.2422.75
Hex132661503D03Ee14317
Octal23461411207507634110327
Binary1001110011011000011010000111101011111011100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132661; }

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

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

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

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

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

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

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

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