#112550

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

Shades of Sapphire #112550

Tints of Sapphire #112550

Color information

#112550 (or 0x112550) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 50. RGB value is (17,37,80). Sum of RGB (Red+Green+Blue) = 17+37+80=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #112550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112550 is #EEDAAF. Grayscale: #232323. Windows color (decimal): -15653552 or 5252369. OLE color: 5252369.

HSL color Cylindrical-coordinate representation of color #112550: hue angle of 220.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112550 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB173780-
CMYK0.790.5400.69
HSL220.95º64.95%19.02%-
HSV(B)220.95º78.75%31.37%-
XYZ2.342.027.86-
YUV35.92152.87114.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=12.69%
G=27.61%
B=59.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1737800.790.5400.69220.9564.9519.02
Hex1125504F36045dd4113
Octal214512011766010533510123
Binary10001100101101000010011111101100100010111011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112550; }

 p { color: rgb(17,37,80); }

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

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

 a { background-color: rgb(17,37,80); }

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

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

 span { border-color: rgb(17,37,80); }

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