#112263

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

Shades of Sapphire #112263

Tints of Sapphire #112263

Color information

#112263 (or 0x112263) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 63. RGB value is (17,34,99). Sum of RGB (Red+Green+Blue) = 17+34+99=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #112263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112263 is #EEDD9C. Grayscale: #242424. Windows color (decimal): -15654301 or 6496785. OLE color: 6496785.

HSL color Cylindrical-coordinate representation of color #112263: hue angle of 227.56º 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 #112263 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB173499-
CMYK0.830.6600.61
HSL227.56º70.69%22.75%-
HSV(B)227.56º82.83%38.82%-
XYZ3.062.1612.06-
YUV36.33163.37114.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 99 (39.06% from 255) = 66%
R=11.33%
G=22.67%
B=66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1734990.830.6600.61227.5670.6922.75
Hex112263534203De44717
Octal214214312310207534410727
Binary10001100010110001110100111000010011110111100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112263; }

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

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

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

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

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

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

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

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