#112553

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

Shades of Sapphire #112553

Tints of Sapphire #112553

Color information

#112553 (or 0x112553) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 53. RGB value is (17,37,83). Sum of RGB (Red+Green+Blue) = 17+37+83=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #112553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112553 is #EEDAAC. Grayscale: #242424. Windows color (decimal): -15653549 or 5448977. OLE color: 5448977.

HSL color Cylindrical-coordinate representation of color #112553: hue angle of 221.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112553 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB173783-
CMYK0.800.5500.67
HSL221.82º66%19.61%-
HSV(B)221.82º79.52%32.55%-
XYZ2.452.078.45-
YUV36.26154.37114.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=12.41%
G=27.01%
B=60.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1737830.800.5500.67221.826619.61
Hex1125535037043de4214
Octal214512312067010333610224
Binary10001100101101001110100001101110100001111011110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112553; }

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

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

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

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

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

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

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

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