#132256

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

Shades of Sapphire #132256

Tints of Sapphire #132256

Color information

#132256 (or 0x132256) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 56. RGB value is (19,34,86). Sum of RGB (Red+Green+Blue) = 19+34+86=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #132256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132256 is #ECDDA9. Grayscale: #232323. Windows color (decimal): -15523242 or 5644819. OLE color: 5644819.

HSL color Cylindrical-coordinate representation of color #132256: hue angle of 226.57º 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 #132256 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB193486-
CMYK0.780.6000.66
HSL226.57º63.81%20.59%-
HSV(B)226.57º77.91%33.73%-
XYZ2.521.959.05-
YUV35.44156.53116.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=13.67%
G=24.46%
B=61.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1934860.780.6000.66226.5763.8120.59
Hex1322564E3C042e34015
Octal234212611674010234310025
Binary10011100010101011010011101111000100001011100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132256; }

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

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

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

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

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

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

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

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