#132259

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

Shades of Sapphire #132259

Tints of Sapphire #132259

Color information

#132259 (or 0x132259) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 59. RGB value is (19,34,89). Sum of RGB (Red+Green+Blue) = 19+34+89=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #132259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132259 is #ECDDA6. Grayscale: #232323. Windows color (decimal): -15523239 or 5841427. OLE color: 5841427.

HSL color Cylindrical-coordinate representation of color #132259: hue angle of 227.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132259 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193489-
CMYK0.790.6200.65
HSL227.14º64.81%21.18%-
HSV(B)227.14º78.65%34.9%-
XYZ2.6429.7-
YUV35.78158.03116.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=13.38%
G=23.94%
B=62.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1934890.790.6200.65227.1464.8121.18
Hex1322594F3E041e34115
Octal234213111776010134310125
Binary10011100010101100110011111111100100000111100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132259; }

 p { color: rgb(19,34,89); }

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

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

 a { background-color: rgb(19,34,89); }

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

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

 span { border-color: rgb(19,34,89); }

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