#112854

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

Shades of Sapphire #112854

Tints of Sapphire #112854

Color information

#112854 (or 0x112854) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 54. RGB value is (17,40,84). Sum of RGB (Red+Green+Blue) = 17+40+84=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #112854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112854 is #EED7AB. Grayscale: #252525. Windows color (decimal): -15652780 or 5515281. OLE color: 5515281.

HSL color Cylindrical-coordinate representation of color #112854: hue angle of 219.4º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112854 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB174084-
CMYK0.800.5200.67
HSL219.4º66.34%19.8%-
HSV(B)219.4º79.76%32.94%-
XYZ2.592.288.69-
YUV38.14153.88112.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=12.06%
G=28.37%
B=59.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1740840.800.5200.67219.466.3419.8
Hex1128545034043db4214
Octal215012412064010333310224
Binary10001101000101010010100001101000100001111011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112854; }

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

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

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

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

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

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

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

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