#112151

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

Shades of Sapphire #112151

Tints of Sapphire #112151

Color information

#112151 (or 0x112151) is unknown color: approx Sapphire. HEX triplet: 11, 21 and 51. RGB value is (17,33,81). Sum of RGB (Red+Green+Blue) = 17+33+81=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #112151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112151 is #EEDEAE. Grayscale: #212121. Windows color (decimal): -15654575 or 5316881. OLE color: 5316881.

HSL color Cylindrical-coordinate representation of color #112151: hue angle of 225º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112151 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB173381-
CMYK0.790.5900.68
HSL225º65.31%19.22%-
HSV(B)225º79.01%31.76%-
XYZ2.261.88.01-
YUV33.69154.7116.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=12.98%
G=25.19%
B=61.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1733810.790.5900.6822565.3119.22
Hex1121514F3B044e14113
Octal214112111773010434110123
Binary10001100001101000110011111110110100010011100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112151; }

 p { color: rgb(17,33,81); }

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

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

 a { background-color: rgb(17,33,81); }

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

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

 span { border-color: rgb(17,33,81); }

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