#112576

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

Shades of Sapphire #112576

Tints of Sapphire #112576

Color information

#112576 (or 0x112576) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 76. RGB value is (17,37,118). Sum of RGB (Red+Green+Blue) = 17+37+118=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #112576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112576 is #EEDA89. Grayscale: #272727. Windows color (decimal): -15653514 or 7742737. OLE color: 7742737.

HSL color Cylindrical-coordinate representation of color #112576: hue angle of 228.12º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112576 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1737118-
CMYK0.860.6900.54
HSL228.12º74.81%26.47%-
HSV(B)228.12º85.59%46.27%-
XYZ4.162.7517.45-
YUV40.25171.87111.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=9.88%
G=21.51%
B=68.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17371180.860.6900.54228.1274.8126.47
Hex1125765645036e44b1a
Octal214516612610506634411332
Binary10001100101111011010101101000101011011011100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112576; }

 p { color: rgb(17,37,118); }

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

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

 a { background-color: rgb(17,37,118); }

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

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

 span { border-color: rgb(17,37,118); }

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