#112063

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

Shades of Sapphire #112063

Tints of Sapphire #112063

Color information

#112063 (or 0x112063) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 63. RGB value is (17,32,99). Sum of RGB (Red+Green+Blue) = 17+32+99=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #112063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112063 is #EEDF9C. Grayscale: #222222. Windows color (decimal): -15654813 or 6496273. OLE color: 6496273.

HSL color Cylindrical-coordinate representation of color #112063: hue angle of 229.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112063 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB173299-
CMYK0.830.6800.61
HSL229.02º70.69%22.75%-
HSV(B)229.02º82.83%38.82%-
XYZ32.0512.04-
YUV35.15164.03115.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 99 (39.06% from 255) = 66.89%
R=11.49%
G=21.62%
B=66.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1732990.830.6800.61229.0270.6922.75
Hex112063534403De54717
Octal214014312310407534510727
Binary10001100000110001110100111000100011110111100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112063; }

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

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

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

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

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

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

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

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