#132257

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

Shades of Sapphire #132257

Tints of Sapphire #132257

Color information

#132257 (or 0x132257) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 57. RGB value is (19,34,87). Sum of RGB (Red+Green+Blue) = 19+34+87=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #132257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132257 is #ECDDA8. Grayscale: #232323. Windows color (decimal): -15523241 or 5710355. OLE color: 5710355.

HSL color Cylindrical-coordinate representation of color #132257: hue angle of 226.76º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132257 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB193487-
CMYK0.780.6100.66
HSL226.76º64.15%20.78%-
HSV(B)226.76º78.16%34.12%-
XYZ2.561.979.26-
YUV35.56157.03116.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=13.57%
G=24.29%
B=62.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1934870.780.6100.66226.7664.1520.78
Hex1322574E3D042e34015
Octal234212711675010234310025
Binary10011100010101011110011101111010100001011100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132257; }

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

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

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

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

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

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

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

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