#112A5A

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

Shades of Sapphire #112A5A

Tints of Sapphire #112A5A

Color information

#112A5A (or 0x112A5A) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 5A. RGB value is (17,42,90). Sum of RGB (Red+Green+Blue) = 17+42+90=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #112A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5A is #EED5A5. Grayscale: #272727. Windows color (decimal): -15652262 or 5909009. OLE color: 5909009.

HSL color Cylindrical-coordinate representation of color #112A5A: hue angle of 219.45º 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 #112A5A is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB174290-
CMYK0.810.5300.65
HSL219.45º68.22%20.98%-
HSV(B)219.45º81.11%35.29%-
XYZ2.92.5110-
YUV40156.22111.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=11.41%
G=28.19%
B=60.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1742900.810.5300.65219.4568.2220.98
Hex112A5A5135041db4415
Octal215213212165010133310425
Binary10001101010101101010100011101010100000111011011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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