#112051

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

Shades of Sapphire #112051

Tints of Sapphire #112051

Color information

#112051 (or 0x112051) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 51. RGB value is (17,32,81). Sum of RGB (Red+Green+Blue) = 17+32+81=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #112051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112051 is #EEDFAE. Grayscale: #202020. Windows color (decimal): -15654831 or 5316625. OLE color: 5316625.

HSL color Cylindrical-coordinate representation of color #112051: hue angle of 225.94º 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 #112051 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB173281-
CMYK0.790.6000.68
HSL225.94º65.31%19.22%-
HSV(B)225.94º79.01%31.76%-
XYZ2.231.758-
YUV33.1155.03116.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=13.08%
G=24.62%
B=62.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1732810.790.6000.68225.9465.3119.22
Hex1120514F3C044e24113
Octal214012111774010434210123
Binary10001100000101000110011111111000100010011100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112051; }

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

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

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

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

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

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

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

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