#112C71

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

Shades of Sapphire #112C71

Tints of Sapphire #112C71

Color information

#112C71 (or 0x112C71) is unknown color: approx Sapphire. HEX triplet: 11, 2C and 71. RGB value is (17,44,113). Sum of RGB (Red+Green+Blue) = 17+44+113=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #112C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C71 is #EED38E. Grayscale: #2B2B2B. Windows color (decimal): -15651727 or 7416849. OLE color: 7416849.

HSL color Cylindrical-coordinate representation of color #112C71: hue angle of 223.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112C71 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1744113-
CMYK0.850.6100.56
HSL223.12º73.85%25.49%-
HSV(B)223.12º84.96%44.31%-
XYZ4.113.1116.01-
YUV43.79167.05108.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=9.77%
G=25.29%
B=64.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17441130.850.6100.56223.1273.8525.49
Hex112C71553D038df4a19
Octal21541611257507033711231
Binary1000110110011100011010101111101011100011011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,44,113); }

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

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

 a { background-color: rgb(17,44,113); }

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

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

 span { border-color: rgb(17,44,113); }

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