#112255

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

Shades of Sapphire #112255

Tints of Sapphire #112255

Color information

#112255 (or 0x112255) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 55. RGB value is (17,34,85). Sum of RGB (Red+Green+Blue) = 17+34+85=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #112255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112255 is #EEDDAA. Grayscale: #222222. Windows color (decimal): -15654315 or 5579281. OLE color: 5579281.

HSL color Cylindrical-coordinate representation of color #112255: hue angle of 225º degrees, saturation: 0.67, 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 #112255 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB173485-
CMYK0.800.6000.67
HSL225º66.67%20%-
HSV(B)225º80%33.33%-
XYZ2.441.928.84-
YUV34.73156.37115.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1734850.800.6000.6722566.6720
Hex112255503C043e14314
Octal214212512074010334110324
Binary10001100010101010110100001111000100001111100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112255; }

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

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

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

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

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

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

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

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