#112371

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

Shades of Sapphire #112371

Tints of Sapphire #112371

Color information

#112371 (or 0x112371) is unknown color: approx Sapphire. HEX triplet: 11, 23 and 71. RGB value is (17,35,113). Sum of RGB (Red+Green+Blue) = 17+35+113=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #112371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112371 is #EEDC8E. Grayscale: #262626. Windows color (decimal): -15654031 or 7414545. OLE color: 7414545.

HSL color Cylindrical-coordinate representation of color #112371: hue angle of 228.75º 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 #112371 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1735113-
CMYK0.850.6900.56
HSL228.75º73.85%25.49%-
HSV(B)228.75º84.96%44.31%-
XYZ3.812.5115.91-
YUV38.51170.04112.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=10.30%
G=21.21%
B=68.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17351130.850.6900.56228.7573.8525.49
Hex1123715545038e54a19
Octal214316112510507034511231
Binary10001100011111000110101011000101011100011100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112371; }

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

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

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

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

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

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

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

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