#112053

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

Shades of Sapphire #112053

Tints of Sapphire #112053

Color information

#112053 (or 0x112053) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 53. RGB value is (17,32,83). Sum of RGB (Red+Green+Blue) = 17+32+83=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #112053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112053 is #EEDFAC. Grayscale: #212121. Windows color (decimal): -15654829 or 5447697. OLE color: 5447697.

HSL color Cylindrical-coordinate representation of color #112053: hue angle of 226.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112053 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB173283-
CMYK0.800.6100.67
HSL226.36º66%19.61%-
HSV(B)226.36º79.52%32.55%-
XYZ2.311.788.4-
YUV33.33156.03116.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=12.88%
G=24.24%
B=62.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1732830.800.6100.67226.366619.61
Hex112053503D043e24214
Octal214012312075010334210224
Binary10001100000101001110100001111010100001111100010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112053; }

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

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

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

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

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

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

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

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