#112353

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

Shades of Sapphire #112353

Tints of Sapphire #112353

Color information

#112353 (or 0x112353) is unknown color: approx Sapphire. HEX triplet: 11, 23 and 53. RGB value is (17,35,83). Sum of RGB (Red+Green+Blue) = 17+35+83=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #112353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112353 is #EEDCAC. Grayscale: #222222. Windows color (decimal): -15654061 or 5448465. OLE color: 5448465.

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

Color convert

RGB173583-
CMYK0.800.5800.67
HSL223.64º66%19.61%-
HSV(B)223.64º79.52%32.55%-
XYZ2.391.958.43-
YUV35.09155.04115.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=12.59%
G=25.93%
B=61.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1735830.800.5800.67223.646619.61
Hex112353503A043e04214
Octal214312312072010334010224
Binary10001100011101001110100001110100100001111100000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112353; }

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

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

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

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

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

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

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

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