#112A5C

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

Shades of Sapphire #112A5C

Tints of Sapphire #112A5C

Color information

#112A5C (or 0x112A5C) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 5C. RGB value is (17,42,92). Sum of RGB (Red+Green+Blue) = 17+42+92=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #112A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5C is #EED5A3. Grayscale: #272727. Windows color (decimal): -15652260 or 6040081. OLE color: 6040081.

HSL color Cylindrical-coordinate representation of color #112A5C: hue angle of 220º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112A5C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB174292-
CMYK0.820.5400.64
HSL220º68.81%21.37%-
HSV(B)220º81.52%36.08%-
XYZ2.992.5510.46-
YUV40.22157.22111.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=11.26%
G=27.81%
B=60.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1742920.820.5400.6422068.8121.37
Hex112A5C5236040dc4515
Octal215213412266010033410525
Binary10001101010101110010100101101100100000011011100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,92); }

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

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

 a { background-color: rgb(17,42,92); }

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

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

 span { border-color: rgb(17,42,92); }

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