#112654

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

Shades of Sapphire #112654

Tints of Sapphire #112654

Color information

#112654 (or 0x112654) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 54. RGB value is (17,38,84). Sum of RGB (Red+Green+Blue) = 17+38+84=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #112654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112654 is #EED9AB. Grayscale: #242424. Windows color (decimal): -15653292 or 5514769. OLE color: 5514769.

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

Color convert

RGB173884-
CMYK0.800.5500.67
HSL221.19º66.34%19.8%-
HSV(B)221.19º79.76%32.94%-
XYZ2.522.158.67-
YUV36.96154.54113.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=12.23%
G=27.34%
B=60.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1738840.800.5500.67221.1966.3419.8
Hex1126545037043dd4214
Octal214612412067010333510224
Binary10001100110101010010100001101110100001111011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112654; }

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

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

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

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

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

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

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

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