#112B53

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

Shades of Sapphire #112B53

Tints of Sapphire #112B53

Color information

#112B53 (or 0x112B53) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 53. RGB value is (17,43,83). Sum of RGB (Red+Green+Blue) = 17+43+83=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #112B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B53 is #EED4AC. Grayscale: #272727. Windows color (decimal): -15652013 or 5450513. OLE color: 5450513.

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

Color convert

RGB174383-
CMYK0.800.4800.67
HSL216.36º66%19.61%-
HSV(B)216.36º79.52%32.55%-
XYZ2.662.478.52-
YUV39.79152.39111.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=11.89%
G=30.07%
B=58.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1743830.800.4800.67216.366619.61
Hex112B535030043d84214
Octal215312312060010333010224
Binary10001101011101001110100001100000100001111011000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B53; }

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

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

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

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

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

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

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

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