#112975

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

Shades of Sapphire #112975

Tints of Sapphire #112975

Color information

#112975 (or 0x112975) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 75. RGB value is (17,41,117). Sum of RGB (Red+Green+Blue) = 17+41+117=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #112975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112975 is #EED68A. Grayscale: #2A2A2A. Windows color (decimal): -15652491 or 7678225. OLE color: 7678225.

HSL color Cylindrical-coordinate representation of color #112975: hue angle of 225.6º 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 #112975 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1741117-
CMYK0.850.6500.54
HSL225.6º74.63%26.27%-
HSV(B)225.6º85.47%45.88%-
XYZ4.232.9917.18-
YUV42.49170.05109.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=9.71%
G=23.43%
B=66.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17411170.850.6500.54225.674.6326.27
Hex1129755541036e24b1a
Octal215116512510106634211332
Binary10001101001111010110101011000001011011011100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112975; }

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

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

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

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

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

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

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

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