#112575

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

Shades of Sapphire #112575

Tints of Sapphire #112575

Color information

#112575 (or 0x112575) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 75. RGB value is (17,37,117). Sum of RGB (Red+Green+Blue) = 17+37+117=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #112575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112575 is #EEDA8A. Grayscale: #272727. Windows color (decimal): -15653515 or 7677201. OLE color: 7677201.

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

Color convert

RGB1737117-
CMYK0.850.6800.54
HSL228º74.63%26.27%-
HSV(B)228º85.47%45.88%-
XYZ4.12.7317.14-
YUV40.14171.37111.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=9.94%
G=21.64%
B=68.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17371170.850.6800.5422874.6326.27
Hex1125755544036e44b1a
Octal214516512510406634411332
Binary10001100101111010110101011000100011011011100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112575; }

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

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

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

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

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

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

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

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