#112253

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

Shades of Sapphire #112253

Tints of Sapphire #112253

Color information

#112253 (or 0x112253) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 53. RGB value is (17,34,83). Sum of RGB (Red+Green+Blue) = 17+34+83=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #112253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112253 is #EEDDAC. Grayscale: #222222. Windows color (decimal): -15654317 or 5448209. OLE color: 5448209.

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

Color convert

RGB173483-
CMYK0.800.5900.67
HSL224.55º66%19.61%-
HSV(B)224.55º79.52%32.55%-
XYZ2.361.898.42-
YUV34.5155.37115.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=12.69%
G=25.37%
B=61.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1734830.800.5900.67224.556619.61
Hex112253503B043e14214
Octal214212312073010334110224
Binary10001100010101001110100001110110100001111100001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112253; }

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

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

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

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

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

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

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

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