#112D55

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

Shades of Sapphire #112D55

Tints of Sapphire #112D55

Color information

#112D55 (or 0x112D55) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 55. RGB value is (17,45,85). Sum of RGB (Red+Green+Blue) = 17+45+85=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #112D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D55 is #EED2AA. Grayscale: #292929. Windows color (decimal): -15651499 or 5582097. OLE color: 5582097.

HSL color Cylindrical-coordinate representation of color #112D55: hue angle of 215.29º degrees, saturation: 0.67, 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 #112D55 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB174585-
CMYK0.800.4700.67
HSL215.29º66.67%20%-
HSV(B)215.29º80%33.33%-
XYZ2.812.658.96-
YUV41.19152.72110.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=11.56%
G=30.61%
B=57.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1745850.800.4700.67215.2966.6720
Hex112D55502F043d74314
Octal215512512057010332710324
Binary10001101101101010110100001011110100001111010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112D55; }

 p { color: rgb(17,45,85); }

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

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

 a { background-color: rgb(17,45,85); }

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

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

 span { border-color: rgb(17,45,85); }

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