#112159

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

Shades of Sapphire #112159

Tints of Sapphire #112159

Color information

#112159 (or 0x112159) is unknown color: approx Sapphire. HEX triplet: 11, 21 and 59. RGB value is (17,33,89). Sum of RGB (Red+Green+Blue) = 17+33+89=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #112159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112159 is #EEDEA6. Grayscale: #222222. Windows color (decimal): -15654567 or 5841169. OLE color: 5841169.

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

Color convert

RGB173389-
CMYK0.810.6300.65
HSL226.67º67.92%20.78%-
HSV(B)226.67º80.9%34.9%-
XYZ2.581.939.69-
YUV34.6158.7115.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=12.23%
G=23.74%
B=64.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1733890.810.6300.65226.6767.9220.78
Hex112159513F041e34415
Octal214113112177010134310425
Binary10001100001101100110100011111110100000111100011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112159; }

 p { color: rgb(17,33,89); }

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

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

 a { background-color: rgb(17,33,89); }

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

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

 span { border-color: rgb(17,33,89); }

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