#112765

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

Shades of Sapphire #112765

Tints of Sapphire #112765

Color information

#112765 (or 0x112765) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 65. RGB value is (17,39,101). Sum of RGB (Red+Green+Blue) = 17+39+101=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #112765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112765 is #EED89A. Grayscale: #272727. Windows color (decimal): -15653019 or 6629137. OLE color: 6629137.

HSL color Cylindrical-coordinate representation of color #112765: hue angle of 224.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112765 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1739101-
CMYK0.830.6100.60
HSL224.29º71.19%23.14%-
HSV(B)224.29º83.17%39.61%-
XYZ3.312.5112.62-
YUV39.49162.71111.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=10.83%
G=24.84%
B=64.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17391010.830.6100.60224.2971.1923.14
Hex112765533D03Ce04717
Octal21471451237507434010727
Binary1000110011111001011010011111101011110011100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112765; }

 p { color: rgb(17,39,101); }

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

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

 a { background-color: rgb(17,39,101); }

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

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

 span { border-color: rgb(17,39,101); }

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