#112954

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

Shades of Sapphire #112954

Tints of Sapphire #112954

Color information

#112954 (or 0x112954) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 54. RGB value is (17,41,84). Sum of RGB (Red+Green+Blue) = 17+41+84=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #112954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112954 is #EED6AB. Grayscale: #262626. Windows color (decimal): -15652524 or 5515537. OLE color: 5515537.

HSL color Cylindrical-coordinate representation of color #112954: hue angle of 218.51º 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 #112954 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB174184-
CMYK0.800.5100.67
HSL218.51º66.34%19.8%-
HSV(B)218.51º79.76%32.94%-
XYZ2.622.358.7-
YUV38.73153.55112.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 84 (33.20% from 255) = 59.15%
R=11.97%
G=28.87%
B=59.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1741840.800.5100.67218.5166.3419.8
Hex1129545033043db4214
Octal215112412063010333310224
Binary10001101001101010010100001100110100001111011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112954; }

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

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

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

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

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

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

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

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