#112F7F

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

Shades of Sapphire #112F7F

Tints of Sapphire #112F7F

Color information

#112F7F (or 0x112F7F) is unknown color: approx Sapphire. HEX triplet: 11, 2F and 7F. RGB value is (17,47,127). Sum of RGB (Red+Green+Blue) = 17+47+127=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #112F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F7F is #EED080. Grayscale: #2E2E2E. Windows color (decimal): -15650945 or 8335121. OLE color: 8335121.

HSL color Cylindrical-coordinate representation of color #112F7F: hue angle of 223.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112F7F is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1747127-
CMYK0.870.6300.50
HSL223.64º76.39%28.24%-
HSV(B)223.64º86.61%49.8%-
XYZ5.083.6820.52-
YUV47.15173.06106.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 127 (50% from 255) = 66.49%
R=8.90%
G=24.61%
B=66.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17471270.870.6300.50223.6476.3928.24
Hex112F7F573F032e04c1c
Octal21571771277706234011434
Binary1000110111111111111010111111111011001011100000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F7F; }

 p { color: rgb(17,47,127); }

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

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

 a { background-color: rgb(17,47,127); }

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

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

 span { border-color: rgb(17,47,127); }

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