#112871

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

Shades of Sapphire #112871

Tints of Sapphire #112871

Color information

#112871 (or 0x112871) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 71. RGB value is (17,40,113). Sum of RGB (Red+Green+Blue) = 17+40+113=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #112871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112871 is #EED78E. Grayscale: #292929. Windows color (decimal): -15652751 or 7415825. OLE color: 7415825.

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

Color convert

RGB1740113-
CMYK0.850.6500.56
HSL225.62º73.85%25.49%-
HSV(B)225.62º84.96%44.31%-
XYZ3.972.8315.96-
YUV41.44168.38110.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=10%
G=23.53%
B=66.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17401130.850.6500.56225.6273.8525.49
Hex1128715541038e24a19
Octal215016112510107034211231
Binary10001101000111000110101011000001011100011100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112871; }

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

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

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

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

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

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

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

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